From a62c8059616d2a971953d311d727a52fdd3cbe21 Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 8 Jan 2015 22:52:41 +0000 Subject: [PATCH] Ensure ContactsCompletionView text is visible on all devices --- app/src/main/res/layout/fragment_new_email.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_new_email.xml b/app/src/main/res/layout/fragment_new_email.xml index 553d951..79847fd 100644 --- a/app/src/main/res/layout/fragment_new_email.xml +++ b/app/src/main/res/layout/fragment_new_email.xml @@ -27,7 +27,8 @@ android:id="@+id/to" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_weight="1"> + android:layout_weight="1" + android:textColor="@color/primary_text_default_material_light"> @@ -45,12 +46,14 @@ android:id="@+id/cc" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textColor="@color/primary_text_default_material_light" android:visibility="gone"/>