aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/drawer_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_list_item.xml')
-rw-r--r--app/src/main/res/layout/drawer_list_item.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_list_item.xml b/app/src/main/res/layout/drawer_list_item.xml
index 5f17c9e9..607b3658 100644
--- a/app/src/main/res/layout/drawer_list_item.xml
+++ b/app/src/main/res/layout/drawer_list_item.xml
@@ -20,7 +20,8 @@
android:id="@+id/drawer_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="26sp"
android:singleLine="true"
- android:textColor="?android:textColorPrimary"/>
+ android:textColor="?android:textColorPrimary"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ style="DSub.TextViewStyle"/>
</LinearLayout>