Merge "Create DeviceDefault.DocumentUI theme."

This commit is contained in:
TreeHugger Robot
2019-01-23 21:46:56 +00:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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">

View File

@@ -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>