Loading AndroidManifest-common.xml +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ <activity android:name="com.android.launcher3.settings.SettingsActivity" android:label="@string/settings_button_text" android:theme="@android:style/Theme.DeviceDefault.Settings" android:theme="@style/HomeSettingsTheme" android:autoRemoveFromRecents="true"> <intent-filter> <action android:name="android.intent.action.APPLICATION_PREFERENCES" /> Loading res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,10 @@ <item name="widgetsTheme">@style/WidgetContainerTheme</item> </style> <style name="HomeSettingsTheme" parent="@android:style/Theme.DeviceDefault.Settings"> <item name="android:navigationBarColor">@android:color/transparent</item> </style> <!-- Theme overrides to element on homescreen, i.e., which are drawn on top on wallpaper. Various foreground colors are overridden to be workspaceTextColor so that they are properly Loading Loading
AndroidManifest-common.xml +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ <activity android:name="com.android.launcher3.settings.SettingsActivity" android:label="@string/settings_button_text" android:theme="@android:style/Theme.DeviceDefault.Settings" android:theme="@style/HomeSettingsTheme" android:autoRemoveFromRecents="true"> <intent-filter> <action android:name="android.intent.action.APPLICATION_PREFERENCES" /> Loading
res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,10 @@ <item name="widgetsTheme">@style/WidgetContainerTheme</item> </style> <style name="HomeSettingsTheme" parent="@android:style/Theme.DeviceDefault.Settings"> <item name="android:navigationBarColor">@android:color/transparent</item> </style> <!-- Theme overrides to element on homescreen, i.e., which are drawn on top on wallpaper. Various foreground colors are overridden to be workspaceTextColor so that they are properly Loading