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"/>