summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2015-01-27 18:22:04 -0800
committerClark Scheff <clark@cyngn.com>2015-10-28 15:31:37 -0700
commitda66a726eb6cccb4f8e1586af99a487ab635d3b7 (patch)
treeaa85e9fb3ec9c6d30e815f12f984a7609b1bc9d2 /res/layout-sw600dp
parenta674c562ff8fcf3c0c0597c9463fefe2edfeb7f2 (diff)
downloadpackages_apps_Settings-da66a726eb6cccb4f8e1586af99a487ab635d3b7.zip
packages_apps_Settings-da66a726eb6cccb4f8e1586af99a487ab635d3b7.tar.gz
packages_apps_Settings-da66a726eb6cccb4f8e1586af99a487ab635d3b7.tar.bz2
Expose hardcoded and @android colors from layouts
This will allow theme designers better flexibility with the themes they design for Settings. There are probably other resources we need to expose but this is a good start. Change-Id: I81254f72cd2d47bc05a7f15c8e3a9fb4c89c8be8
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/choose_lock_password.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-sw600dp/choose_lock_password.xml b/res/layout-sw600dp/choose_lock_password.xml
index ca8975e..b39caf3 100644
--- a/res/layout-sw600dp/choose_lock_password.xml
+++ b/res/layout-sw600dp/choose_lock_password.xml
@@ -56,7 +56,7 @@
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="#00000000"
+ android:background="@color/background_color_transparent"
android:layout_marginBottom="30dip"
android:keyBackground="@*android:drawable/btn_keyboard_key_fulltrans"
android:visibility="gone"