aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/material_drawer_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/material_drawer_header.xml')
-rw-r--r--app/src/main/res/layout/material_drawer_header.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/material_drawer_header.xml b/app/src/main/res/layout/material_drawer_header.xml
index 21cd20a1..085a1870 100644
--- a/app/src/main/res/layout/material_drawer_header.xml
+++ b/app/src/main/res/layout/material_drawer_header.xml
@@ -92,7 +92,7 @@
android:fontFamily="sans-serif-medium"
android:lines="1"
android:maxLines="1"
- android:textSize="@dimen/material_drawer_account_header_text" />
+ android:textSize="@dimen/material_drawer_account_header_title" />
<TextView
android:id="@+id/material_drawer_account_header_email"
@@ -102,7 +102,7 @@
android:fontFamily="sans-serif"
android:lines="1"
android:maxLines="1"
- android:textSize="@dimen/material_drawer_account_header_text" />
+ android:textSize="@dimen/material_drawer_account_header_subtext" />
</LinearLayout>