Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-07 10:58:51 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 10:58:51 +0300
commit0fa8261d6dc699e49621415aa4cf7d8080030062 (patch)
treea03b51d63aecb9179a6160d8dcff771b66cddd05 /app/src/main
parent1cceef0b3c4e50e16e1be15d6ad7bbc87c553314 (diff)
Use thiner font for the drawer header
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/drawer_layout.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_layout.xml b/app/src/main/res/layout/drawer_layout.xml
index 32b5d118..c033c62c 100644
--- a/app/src/main/res/layout/drawer_layout.xml
+++ b/app/src/main/res/layout/drawer_layout.xml
@@ -53,6 +53,7 @@
android:layout_toEndOf="@id/logo"
android:layout_toRightOf="@id/logo"
android:ellipsize="end"
+ android:fontFamily="sans-serif-light"
android:gravity="center_vertical"
android:text="@string/app_name"
android:textColor="@android:color/white"