Loading res/drawable/launcher_screen_night.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@color/app_background_color"/> <item android:drawable="@drawable/app_icon" android:height="150dp" android:width="150dp" android:gravity="center"/> </layer-list> res/values-night/themes.xml +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="LauncherTheme" parent="DocumentsTheme"> <item name="android:windowBackground">@drawable/launcher_screen_night</item> </style> <style name="DocumentsTheme" parent="@android:style/Theme.DeviceDefault.DocumentsUI"> <!-- Toolbar --> Loading Loading
res/drawable/launcher_screen_night.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@color/app_background_color"/> <item android:drawable="@drawable/app_icon" android:height="150dp" android:width="150dp" android:gravity="center"/> </layer-list>
res/values-night/themes.xml +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="LauncherTheme" parent="DocumentsTheme"> <item name="android:windowBackground">@drawable/launcher_screen_night</item> </style> <style name="DocumentsTheme" parent="@android:style/Theme.DeviceDefault.DocumentsUI"> <!-- Toolbar --> Loading