summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/widgets_list_row_view.xml2
-rw-r--r--res/values/colors.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml
index 30a34d4f9..530e85614 100644
--- a/res/layout/widgets_list_row_view.xml
+++ b/res/layout/widgets_list_row_view.xml
@@ -41,7 +41,7 @@
android:paddingRight="@dimen/widget_section_horizontal_padding"
android:paddingTop="@dimen/widget_section_vertical_padding"
android:singleLine="true"
- android:textColor="@color/widgets_view_section_text_color"
+ android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"
launcher:customShadows="false"
launcher:deferShadowGeneration="true"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index ccbae58d9..809fc6d30 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -46,8 +46,7 @@
<color name="spring_loaded_highlighted_panel_border_color">#FFF</color>
<!-- Widgets view -->
- <color name="widgets_view_section_text_color">#FFFFFF</color>
- <color name="widgets_view_item_text_color">#C4C4C4</color>
+ <color name="widgets_view_item_text_color">#3B3B3B</color>
<!-- Used as a fallback since colorSecondary doesn't exist pre-API 25 -->
<color name="fallback_secondary_color">#FF37474F</color>