From 324daf204963d9ce404440da6647bbe6d9904d97 Mon Sep 17 00:00:00 2001 From: Luke S Date: Sat, 9 Feb 2019 13:12:29 -0700 Subject: [PATCH] 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. --- src/main/res/values/styles.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index cd062f87..78d85a9a 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -20,7 +20,6 @@ @color/colorAccent @color/primary_text @color/secondary_text - @style/PreferenceThemeOverlay.v14.Material