aboutsummaryrefslogtreecommitdiff
path: root/res/layout/drawer_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/drawer_list_item.xml')
-rw-r--r--res/layout/drawer_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/drawer_list_item.xml b/res/layout/drawer_list_item.xml
index 9efa9cf4..0f98ec41 100644
--- a/res/layout/drawer_list_item.xml
+++ b/res/layout/drawer_list_item.xml
@@ -21,5 +21,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
- android:singleLine="true"/>
+ android:singleLine="true"
+ android:textColor="?android:textColorPrimary"/>
</LinearLayout>