From 39612901c32d34cb53de8a872beb1e3e3d57ce48 Mon Sep 17 00:00:00 2001 From: Bryan Owens Date: Fri, 15 Jan 2016 22:24:51 -0600 Subject: Themes: Expose hard coded colors from layouts Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens --- res/layout-land/migration_cling.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'res/layout-land') 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" />