Define a specific preferenceFragmentStyle in Settings Theme

- needed for being able to have PreferenceFragments look as the Dashboard

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I098008a131aa29594025b38dd0dc07c1cc3bffdc
diff --git a/res/layout/manage_applications_content.xml b/res/layout/manage_applications_content.xml
index 90b2cba..364a002 100644
--- a/res/layout/manage_applications_content.xml
+++ b/res/layout/manage_applications_content.xml
@@ -22,7 +22,8 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:orientation="vertical">
+    android:orientation="vertical"
+    android:background="@drawable/default_preference_background">
 
     <android.support.v4.view.ViewPager
             android:id="@+id/pager"