From aa2cdb51ec882640538ed5328a47fe3463fe0e09 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 8 Oct 2013 14:27:57 +0200 Subject: [PATCH] Updated texts color value to be able to change it quickly depending on background color --- res/layout-FR/chat.xml | 2 +- res/layout-RU/chat.xml | 2 +- res/layout-small/about.xml | 2 +- res/layout-small/chat.xml | 2 +- res/layout-small/history_detail.xml | 10 +++++----- res/layout-sw600dp-land/contact.xml | 2 +- res/layout/about.xml | 2 +- res/layout/chat.xml | 2 +- res/layout/chatlist_cell.xml | 4 ++-- res/layout/contact.xml | 2 +- res/layout/contact_cell.xml | 4 ++-- res/layout/contact_control_row.xml | 2 +- res/layout/edit_contact.xml | 4 ++-- res/layout/history_cell.xml | 2 +- res/layout/history_cell_simple.xml | 2 +- res/layout/history_detail.xml | 10 +++++----- res/layout/history_group.xml | 2 +- res/values/color.xml | 2 ++ 18 files changed, 30 insertions(+), 28 deletions(-) diff --git a/res/layout-FR/chat.xml b/res/layout-FR/chat.xml index 5eeb2081a..550f76634 100644 --- a/res/layout-FR/chat.xml +++ b/res/layout-FR/chat.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" - android:textColor="@android:color/black" /> + android:textColor="@color/text_contrast" /> diff --git a/res/layout-RU/chat.xml b/res/layout-RU/chat.xml index d6cb7d588..85f16d1eb 100644 --- a/res/layout-RU/chat.xml +++ b/res/layout-RU/chat.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" - android:textColor="@android:color/black" /> + android:textColor="@color/text_contrast" /> diff --git a/res/layout-small/about.xml b/res/layout-small/about.xml index ec5bfef5a..101de6012 100644 --- a/res/layout-small/about.xml +++ b/res/layout-small/about.xml @@ -36,7 +36,7 @@ android:gravity="center" android:paddingTop="50sp" android:textStyle="bold" - android:textColor="@android:color/black" + android:textColor="@color/text_contrast" android:id="@+id/AboutText"/>