From 9ae9aed9fc6b04f462712cf626f65cf64cec207b Mon Sep 17 00:00:00 2001 From: Solovyev_S Date: Tue, 2 Jul 2013 13:27:03 +0400 Subject: [PATCH] history item color changed --- android-app/res/layout/history_item.xml | 1 - android-app/res/layout/saved_history_item.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/android-app/res/layout/history_item.xml b/android-app/res/layout/history_item.xml index c4e89abd..588831eb 100644 --- a/android-app/res/layout/history_item.xml +++ b/android-app/res/layout/history_item.xml @@ -43,7 +43,6 @@ a:id="@+id/history_item" a:layout_width="fill_parent" a:layout_height="fill_parent" - a:textColor="@color/cpp_button_operator_text_color" style="@style/history_item"/> diff --git a/android-app/res/layout/saved_history_item.xml b/android-app/res/layout/saved_history_item.xml index f2af4d9a..8ec51887 100644 --- a/android-app/res/layout/saved_history_item.xml +++ b/android-app/res/layout/saved_history_item.xml @@ -36,7 +36,6 @@ a:id="@+id/history_item" a:layout_width="fill_parent" a:layout_height="fill_parent" - a:textColor="@color/cpp_button_operator_text_color" style="@style/history_item"/>