mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
AdvancedDisplay: fix build
Change-Id: I6d0884f741066cbdef441d59b6b7b1cff023eb62
This commit is contained in:
parent
ede7693528
commit
3cb277cd57
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
<style name="Theme.Main.PreferenceCategoryStyle" parent="@*android:style/Preference.DeviceDefault.Category">
|
||||
<item name="allowDividerAbove">true</item>
|
||||
<item name="android:layout">@layout/preference_category_material_settings</item>
|
||||
<!-- <item name="android:layout">@layout/preference_category_material_settings</item> -->
|
||||
</style>
|
||||
|
||||
<style name="Theme.Main.PreferenceFragmentStyle" parent="@*android:style/PreferenceFragment.Material">
|
||||
|
@ -38,7 +38,7 @@
|
|||
<item name="allowDividerAbove">false</item>
|
||||
<item name="allowDividerBelow">true</item>
|
||||
<item name="singleLineTitle">false</item>
|
||||
<item name="android:layout">@layout/preference_material_settings</item>
|
||||
<!-- <item name="android:layout">@layout/preference_material_settings</item> -->
|
||||
</style>
|
||||
|
||||
<style name="Theme.Main.PreferenceTheme">
|
||||
|
|
Loading…
Reference in a new issue