summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/suggestion_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp/suggestion_item.xml')
-rw-r--r--res/layout-sw600dp/suggestion_item.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-sw600dp/suggestion_item.xml b/res/layout-sw600dp/suggestion_item.xml
index b106ae6..5dbe91e 100644
--- a/res/layout-sw600dp/suggestion_item.xml
+++ b/res/layout-sw600dp/suggestion_item.xml
@@ -51,16 +51,16 @@
android:id="@android:id/text1"
style="@style/SuggestionLineMedium"
android:maxLines="1"
- android:textColor="@color/black"
- android:textColorHint="@color/black"
+ android:textColor="@color/suggestion_item_text_color"
+ android:textColorHint="@color/suggestion_item_hint_text_color"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@android:id/text2"
style="@style/SuggestionLineSmall"
android:singleLine="true"
- android:textColor="@color/black"
- android:textColorHint="@color/black"
+ android:textColor="@color/suggestion_item_secondary_text_color"
+ android:textColorHint="@color/suggestion_item_secondary_hint_text_color"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>