Skip to content

Commit 324daf2

Browse files
committed
Fix SettingsTheme alignment below v27
- Simply removes the preferenceTheme attribute to fix the issue As per Preference 1.0.0-rc01 release notes: PreferenceThemeOverlay has been updated to the latest material theme. If no custom theme is provided, PreferenceThemeOverlay is used as the default theme.
1 parent 272b341 commit 324daf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/res/values/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<item name="colorAccent">@color/colorAccent</item>
2121
<item name="android:textColorPrimary">@color/primary_text</item>
2222
<item name="android:textColorSecondary">@color/secondary_text</item>
23-
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
2423
</style>
2524

2625
<!-- Style for an Preference Entry -->

0 commit comments

Comments
 (0)