From c24702e10190307443809d53bad6da921312d8b5 Mon Sep 17 00:00:00 2001 From: Justin Mattson Date: Thu, 10 Jul 2014 22:12:34 -0700 Subject: [PATCH] Add a theme for setup and/or form style input for TV/leanback Theme initially adds customized text appearances that should work better in the leanback environment. Device makers could modify the theme and then apps participating in the device setup experience can all use this theme for those activities to provide a more cohesive user experience during the setup process. Bug: 16223105 Change-Id: I3d9f83e29ddce2a0a4e6b501d01a7365c1d11b5b --- .../drawable/background_leanback_setup.xml | 19 ++++++++++++++ core/res/res/values/public.xml | 4 +++ core/res/res/values/styles_leanback.xml | 26 +++++++++++++++++++ core/res/res/values/themes_leanback.xml | 13 ++++++++++ 4 files changed, 62 insertions(+) create mode 100644 core/res/res/drawable/background_leanback_setup.xml diff --git a/core/res/res/drawable/background_leanback_setup.xml b/core/res/res/drawable/background_leanback_setup.xml new file mode 100644 index 0000000000000..ca3392c675152 --- /dev/null +++ b/core/res/res/drawable/background_leanback_setup.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index fee5c43354461..e40518e0e8310 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2483,6 +2483,10 @@ + + + + diff --git a/core/res/res/values/styles_leanback.xml b/core/res/res/values/styles_leanback.xml index 6f9a88e0510ff..55314339869c5 100644 --- a/core/res/res/values/styles_leanback.xml +++ b/core/res/res/values/styles_leanback.xml @@ -30,4 +30,30 @@ true + + + + + + + + + + + diff --git a/core/res/res/values/themes_leanback.xml b/core/res/res/values/themes_leanback.xml index 6f6385b1f7e3c..3860eb1d396b6 100644 --- a/core/res/res/values/themes_leanback.xml +++ b/core/res/res/values/themes_leanback.xml @@ -62,4 +62,17 @@ false @style/AlertDialog.Leanback + + + +