From eba32935aece92b5b0a2f3ca0e8ffd367467037f Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Mon, 12 Jul 2021 18:06:22 -0400 Subject: [PATCH] fix highlight text color --- app/src/main/res/layout/item_highlight.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/item_highlight.xml b/app/src/main/res/layout/item_highlight.xml index f71ccbb4..e139521a 100755 --- a/app/src/main/res/layout/item_highlight.xml +++ b/app/src/main/res/layout/item_highlight.xml @@ -22,7 +22,6 @@ android:padding="2dp" android:scrollbars="none" android:singleLine="true" - android:textColor="?attr/colorOnPrimarySurface" android:textStyle="bold" tools:text="@string/app_name" /> \ No newline at end of file