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

Commit cccdccd0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Create DeviceDefault.DocumentUI theme."

parents 2b7fdc74 97753632
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>