summaryrefslogtreecommitdiffstats
path: root/res/layout-land
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-land
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-land')
-rw-r--r--res/layout-land/migration_cling.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout-land/migration_cling.xml b/res/layout-land/migration_cling.xml
index 269c1aee6..82bba0d72 100644
--- a/res/layout-land/migration_cling.xml
+++ b/res/layout-land/migration_cling.xml
@@ -20,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
launcher:layout_ignoreInsets="true"
- android:background="#FF009688"
+ android:background="@color/migration_cling_background_color"
android:baselineAligned="false"
android:gravity="center_vertical" >
@@ -56,7 +56,7 @@
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:text="@string/first_run_cling_title"
- android:textColor="#E1000000"
+ android:textColor="@color/first_run_cling_title_color"
android:textSize="34sp" />
<TextView
@@ -64,7 +64,7 @@
android:layout_height="wrap_content"
android:fontFamily="sans-serif-medium"
android:text="@string/migration_cling_title"
- android:textColor="#E1000000"
+ android:textColor="@color/first_run_cling_title_color"
android:textSize="20sp" />
<TextView
@@ -72,7 +72,7 @@
android:layout_height="wrap_content"
android:paddingBottom="24dp"
android:text="@string/migration_cling_description"
- android:textColor="#99000000"
+ android:textColor="@color/migration_cling_description_text_color"
android:textSize="16sp" />
<LinearLayout
@@ -87,7 +87,7 @@
android:layout_weight="1"
android:fontFamily="sans-serif-medium"
android:text="@string/migration_cling_copy_apps"
- android:textColor="#FFFFFFFF"
+ android:textColor="@color/migration_cling_copy_apps_text_color"
android:textSize="14sp" />
<Button
@@ -98,7 +98,7 @@
android:layout_weight="1"
android:fontFamily="sans-serif-medium"
android:text="@string/migration_cling_use_default"
- android:textColor="#deFFFFFF"
+ android:textColor="@color/migration_cling_use_default_text_color"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>