From 2cf17ddcef3c8dd260bd3d174123842c81a7d025 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 29 Oct 2015 13:14:27 -0700 Subject: Clean up package installer styling Package installer should be using exclusively the device defaut themes on handhelds (phones and tables) to allow OEMs customize its look and feel. Also for handhelds the installer should use the same preference framework as the settings app to ensure it looks like the settings app on an OEMs device. This change needs to be picked up by a GMS build to deliver to partners ensuring the installer UI is consistent with the device UI. bug:24286616 Change-Id: I92e39fd1488e76b0b23b7f1efa13e04ed5bbc7ba --- res/values-television/colors.xml | 7 +++++++ res/values-television/styles.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 res/values-television/styles.xml (limited to 'res/values-television') diff --git a/res/values-television/colors.xml b/res/values-television/colors.xml index eb6bfa7d..08209600 100644 --- a/res/values-television/colors.xml +++ b/res/values-television/colors.xml @@ -15,6 +15,13 @@ --> + + #FFF1F1F1 + #88F1F1F1 + #88F1F1F1 + #FF111111 + #77000000 + #ff263238 @color/grant_permissions_white_text_alpha_100 @color/grant_permissions_white_text_alpha_100 diff --git a/res/values-television/styles.xml b/res/values-television/styles.xml new file mode 100644 index 00000000..5f712f7d --- /dev/null +++ b/res/values-television/styles.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + -- cgit v1.2.3