habitica-android/Habitica/res/layout/drawer_main_section_header.xml
Phillip Thelen e2fdeab194 Revert "Prepare for new menu"
This reverts commit e3f66e57df.
2022-10-31 14:33:03 +01:00

13 lines
No EOL
513 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/Body1"
android:layout_width="match_parent"
android:layout_height="22dp"
android:gravity="center_vertical"
android:paddingStart="@dimen/drawer_padding"
android:paddingEnd="@dimen/drawer_padding"
android:textAllCaps="true"
android:textColor="@color/white"
android:textSize="12sp"
tools:text="Social" />