Merge "Remove theming developer settings." into qt-r1-dev

This commit is contained in:
TreeHugger Robot
2019-05-28 23:20:22 +00:00
committed by Android (Google) Code Review
3 changed files with 1 additions and 29 deletions

View File

@@ -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>