From e88f01923f88df869dccbafb437f3ca3f80e8f20 Mon Sep 17 00:00:00 2001 From: alexxthehood Date: Tue, 21 Jun 2016 19:08:38 +0200 Subject: Update create_conference_dialog.xml Updated to the text color attribute so it fits to the bright and dark theme appropriately. --- src/main/res/layout/create_conference_dialog.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/res/layout/create_conference_dialog.xml b/src/main/res/layout/create_conference_dialog.xml index cab2ac57..8aae08a6 100644 --- a/src/main/res/layout/create_conference_dialog.xml +++ b/src/main/res/layout/create_conference_dialog.xml @@ -13,7 +13,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/your_account" - android:textColor="@color/black87" + android:textColor="?attr/color_text_primary" android:textSize="?attr/TextSizeBody" /> - \ No newline at end of file + -- cgit v1.2.3