summaryrefslogtreecommitdiffstats
path: root/res/layout-port/migration_cling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/migration_cling.xml')
-rw-r--r--res/layout-port/migration_cling.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout-port/migration_cling.xml b/res/layout-port/migration_cling.xml
index 3f696a216..dc54bc8e5 100644
--- a/res/layout-port/migration_cling.xml
+++ b/res/layout-port/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" >
<RelativeLayout
android:layout_width="match_parent"
@@ -58,7 +58,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
@@ -66,7 +66,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
@@ -74,7 +74,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
@@ -89,7 +89,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
@@ -100,7 +100,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>