From 9775363228c0c72dae60ee7bdf211bda2d39adaf Mon Sep 17 00:00:00 2001 From: Amin Shaikh Date: Wed, 2 Jan 2019 17:17:04 -0500 Subject: [PATCH] Create DeviceDefault.DocumentUI theme. OEMs will change/overlay this theme to customize the look for DocumentsUI. Bug: 118901364 Test: make Change-Id: I0283df1b679cc80ed5f331b8b2bb586c4b7889d4 --- api/system-current.txt | 1 + core/res/res/values/public.xml | 2 ++ core/res/res/values/themes_device_defaults.xml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/api/system-current.txt b/api/system-current.txt index ce0ef384ffdd8..ac51374349dea 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -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 } diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 777886a9911cb..4235341b626b0 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2944,6 +2944,8 @@ + + diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index 75a727bdcfdf9..160350878349d 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -1711,4 +1711,6 @@ easier. @style/TextAppearance.DeviceDefault.Notification.Info + +