summaryrefslogtreecommitdiffstats
path: root/res/layout/longpress_cling_content.xml
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2016-01-15 22:24:51 -0600
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-19 11:35:24 -0800
commit39612901c32d34cb53de8a872beb1e3e3d57ce48 (patch)
treeeaa34a28049bd24826727dc0b8f0fdeba94ad61a /res/layout/longpress_cling_content.xml
parent4ff9b7d6a74775c9d3e2cbfd42e4724cb1a131d8 (diff)
downloadandroid_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.tar.gz
android_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.tar.bz2
android_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.zip
Themes: Expose hard coded colors from layouts
Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/layout/longpress_cling_content.xml')
-rw-r--r--res/layout/longpress_cling_content.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/longpress_cling_content.xml b/res/layout/longpress_cling_content.xml
index 47a8e9797..1cda55b2f 100644
--- a/res/layout/longpress_cling_content.xml
+++ b/res/layout/longpress_cling_content.xml
@@ -12,7 +12,7 @@
android:paddingLeft="36dp"
android:paddingRight="36dp"
android:text="@string/workspace_cling_longpress_title"
- android:textColor="#E1000000"
+ android:textColor="@color/workspace_cling_longpress_title_color"
android:textSize="24sp" />
<TextView
@@ -22,7 +22,7 @@
android:paddingLeft="36dp"
android:paddingRight="36dp"
android:text="@string/workspace_cling_longpress_description"
- android:textColor="#99000000"
+ android:textColor="@color/workspace_cling_longpress_description_color"
android:textSize="16sp" />
<Button
@@ -37,7 +37,7 @@
android:paddingLeft="24dp"
android:paddingRight="24dp"
android:text="@string/workspace_cling_longpress_dismiss"
- android:textColor="#FFFFFFFF"
+ android:textColor="@color/workspace_cling_longpress_dismiss_text_color"
android:textSize="14sp" />
</LinearLayout> \ No newline at end of file