Skip to content

Commit bfd070c

Browse files
author
Amith Yamasani
committed
Use correct layout style for Theme.Holo.Light.
Layout inherited from Theme.Light is incorrect. Needed for fixes related to: Bug: 6882764 Change-Id: I1c8217f8d9fcf7ece8fa5513766e7536a7c7e13d
1 parent c750403 commit bfd070c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/res/res/values/themes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,9 @@ please see themes_device_defaults.xml.
14221422
<item name="preferenceLayoutChild">@android:layout/preference_child_holo</item>
14231423
<item name="detailsElementBackground">@android:drawable/panel_bg_holo_light</item>
14241424

1425+
<!-- PreferenceFrameLayout attributes -->
1426+
<item name="preferenceFrameLayoutStyle">@android:style/Widget.Holo.PreferenceFrameLayout</item>
1427+
14251428
<!-- Search widget styles -->
14261429
<item name="searchWidgetCorpusItemBackground">@android:color/search_widget_corpus_item_background</item>
14271430

0 commit comments

Comments
 (0)