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

Commit 97753632 authored by Amin Shaikh's avatar Amin Shaikh Committed by Bill Lin
Browse files

Create DeviceDefault.DocumentUI theme.

OEMs will change/overlay this theme to customize the look for
DocumentsUI.

Bug: 118901364
Test: make
Change-Id: I0283df1b679cc80ed5f331b8b2bb586c4b7889d4
parent 6fee8818
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -244,6 +244,7 @@ package android {
  }
  public static final class R.style {
    field public static final int Theme_DeviceDefault_DocumentsUI = 16974562; // 0x10302e2
    field public static final int Theme_Leanback_FormWizard = 16974544; // 0x10302d0
  }
+2 −0
Original line number Diff line number Diff line
@@ -2944,6 +2944,8 @@
    </public-group>

    <public-group type="style" first-id="0x010302e2">
        <!-- @hide @SystemApi -->
        <public name="Theme.DeviceDefault.DocumentsUI" />
    </public-group>

    <public-group type="id" first-id="0x01020046">
+2 −0
Original line number Diff line number Diff line
@@ -1711,4 +1711,6 @@ easier.
        <item name="notificationHeaderTextAppearance">@style/TextAppearance.DeviceDefault.Notification.Info</item>
    </style>

    <!-- @hide DeviceDefault theme for the DocumentsUI app.  -->
    <style name="Theme.DeviceDefault.DocumentsUI" parent="Theme.DeviceDefault.DayNight" />
</resources>