diff options
| -rw-r--r-- | core/res/res/values/themes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 2f189448d9ff..481ca7f01df2 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -1422,6 +1422,9 @@ please see themes_device_defaults.xml. <item name="preferenceLayoutChild">@android:layout/preference_child_holo</item> <item name="detailsElementBackground">@android:drawable/panel_bg_holo_light</item> + <!-- PreferenceFrameLayout attributes --> + <item name="preferenceFrameLayoutStyle">@android:style/Widget.Holo.PreferenceFrameLayout</item> + <!-- Search widget styles --> <item name="searchWidgetCorpusItemBackground">@android:color/search_widget_corpus_item_background</item> |