Merge "Make home setting edge-to-edge" into ub-launcher3-qt-future-dev
This commit is contained in:
commit
16691a72bf
|
@ -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" />
|
||||
|
|
|
@ -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…
Reference in New Issue