Merge "Update the theme to fix background color problem" into sc-dev am: 6a1ff49cb7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14878872

Change-Id: Ia53917f4d749ce6bda9be95c3a9f954b97f561c7
This commit is contained in:
Mill Chen
2021-06-09 09:48:22 +00:00
committed by Automerger Merge Worker

View File

@@ -182,6 +182,7 @@
<activity android:name=".Settings$CreateShortcutActivity" <activity android:name=".Settings$CreateShortcutActivity"
android:exported="true" android:exported="true"
android:theme="@style/Theme.SubSettings"
android:label="@string/settings_shortcut"> android:label="@string/settings_shortcut">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" /> <action android:name="android.intent.action.CREATE_SHORTCUT" />
@@ -3713,6 +3714,7 @@
android:name="Settings$GestureNavigationSettingsActivity" android:name="Settings$GestureNavigationSettingsActivity"
android:label="@string/gesture_settings_activity_title" android:label="@string/gesture_settings_activity_title"
android:exported="true" android:exported="true"
android:theme="@style/Theme.SubSettings"
android:enabled="true"> android:enabled="true">
<intent-filter android:priority="32"> <intent-filter android:priority="32">
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />