Loading res/values/styles_preference.xml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ <item name="android:layout">@layout/preference_widget_seekbar_settings</item> </style> <style name="SyncSwitchPreference" parent="@style/Preference.Material"> <style name="SyncSwitchPreference" parent="@style/SettingsSwitchPreference.SettingsLib"> <item name="android:widgetLayout">@layout/preference_widget_sync_toggle</item> </style> Loading src/com/android/settings/accounts/AccountTypePreferenceLoader.java +0 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ public class AccountTypePreferenceLoader { private static final String LAUNCHING_LOCATION_SETTINGS = "com.android.settings.accounts.LAUNCHING_LOCATION_SETTINGS"; private AuthenticatorHelper mAuthenticatorHelper; private UserHandle mUserHandle; private PreferenceFragmentCompat mFragment; Loading Loading
res/values/styles_preference.xml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ <item name="android:layout">@layout/preference_widget_seekbar_settings</item> </style> <style name="SyncSwitchPreference" parent="@style/Preference.Material"> <style name="SyncSwitchPreference" parent="@style/SettingsSwitchPreference.SettingsLib"> <item name="android:widgetLayout">@layout/preference_widget_sync_toggle</item> </style> Loading
src/com/android/settings/accounts/AccountTypePreferenceLoader.java +0 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ public class AccountTypePreferenceLoader { private static final String LAUNCHING_LOCATION_SETTINGS = "com.android.settings.accounts.LAUNCHING_LOCATION_SETTINGS"; private AuthenticatorHelper mAuthenticatorHelper; private UserHandle mUserHandle; private PreferenceFragmentCompat mFragment; Loading