Merge "Remove theming developer settings." into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa3ae7291a
@@ -576,7 +576,7 @@
|
||||
<com.android.settings.development.autofill.AutofillPreferenceCategory
|
||||
android:key="debug_autofill_category"
|
||||
android:title="@string/debug_autofill_category"
|
||||
android:order="1100">
|
||||
android:order="1100"> <!-- Incremented by 100 from last order (i.e. 1000) -->
|
||||
|
||||
<ListPreference
|
||||
android:key="autofill_logging_level"
|
||||
@@ -597,20 +597,4 @@
|
||||
android:title="@string/autofill_reset_developer_options" />
|
||||
|
||||
</com.android.settings.development.autofill.AutofillPreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="theme_customization_category"
|
||||
android:title="@string/theme_customization_category"
|
||||
android:order="1200"> <!-- Incremented by 100 from last order (i.e. 1100) -->
|
||||
|
||||
<ListPreference
|
||||
android:key="android.theme.customization.accent_color"
|
||||
android:title="@string/theme_customization_accent_color_title"/>
|
||||
<ListPreference
|
||||
android:key="android.theme.customization.font"
|
||||
android:title="@string/theme_customization_font_title"/>
|
||||
<ListPreference
|
||||
android:key="android.theme.customization.adaptive_icon_shape"
|
||||
android:title="@string/theme_customization_icon_shape_title"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user