Merge "Update the theme to fix background color problem" into sc-dev am: 6a1ff49cb7
am: 81446170b5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14878872 Change-Id: I03eb3dd6d88918de9c05985d0e3532b61229a87e
This commit is contained in:
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user