Go back to using PreferenceThemeOverlay.v14.Material

We temporarily need to go back to having
PreferenceThemeOverlay.SettingsBase inherit from
PreferenceThemeOverlay.v14.Material. This v14.Material version has been
deprecated in the support library source in favor of just having those
styles be what's in PreferenceThemeOverlay, but the prebuilt with those
changes hasn't made it to the master branch yet.

Bug: 110048976
Test: visual (settings should not have dividers between each Preference)
Change-Id: Id9c33f6f235b1cb39cf78830da901413f7aa6815
This commit is contained in:
Antony Sargent
2018-06-11 14:59:05 -07:00
parent 405b86acad
commit da9ccded0a

View File

@@ -26,7 +26,7 @@
<item name="allowDividerAbove">true</item>
</style>
<style name="PreferenceThemeOverlay.SettingsBase" parent="@style/PreferenceThemeOverlay">
<style name="PreferenceThemeOverlay.SettingsBase" parent="@style/PreferenceThemeOverlay.v14.Material">
<item name="footerPreferenceStyle">@style/Preference.FooterPreference.SettingsBase</item>
</style>