Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48fb5494 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Merge "Add launcher for night mode" into rvc-dev am: 3e2aeedd am: 2ceb6378...

Merge "Add launcher for night mode" into rvc-dev am: 3e2aeedd am: 2ceb6378 am: c8f4595b am: 6a8d19d5 am: bce284d6

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

Change-Id: I59e8e84b17344d057f21b9aa7de0f4f0dc043d94
parents 5084483d bce284d6
Loading
Loading
Loading
Loading
+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>
+3 −0
Original line number Diff line number Diff line
@@ -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 -->