summaryrefslogtreecommitdiffstats
path: root/res/layout-land
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-land
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-land')
-rw-r--r--res/layout-land/choose_lock_password.xml2
-rw-r--r--res/layout-land/confirm_lock_password.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/choose_lock_password.xml b/res/layout-land/choose_lock_password.xml
index f79de61..c75a5b3 100644
--- a/res/layout-land/choose_lock_password.xml
+++ b/res/layout-land/choose_lock_password.xml
@@ -67,7 +67,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:keyBackground="@*android:drawable/btn_keyboard_key_fulltrans"
android:visibility="gone"
/>
diff --git a/res/layout-land/confirm_lock_password.xml b/res/layout-land/confirm_lock_password.xml
index 0d46bfa..ba65968 100644
--- a/res/layout-land/confirm_lock_password.xml
+++ b/res/layout-land/confirm_lock_password.xml
@@ -90,4 +90,4 @@
android:visibility="gone"/>
</FrameLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>