habitica-android/Habitica/res/layout/drawer_main_section_header.xml

13 lines
514 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
2020-09-04 16:17:34 +00:00
xmlns:tools="http://schemas.android.com/tools"
2018-02-14 10:14:13 +00:00
style="@style/Body1"
2020-09-04 16:17:34 +00:00
android:layout_width="match_parent"
android:layout_height="22dp"
android:gravity="center_vertical"
android:paddingLeft="@dimen/drawer_padding"
android:paddingRight="@dimen/drawer_padding"
2018-02-14 19:49:19 +00:00
android:textAllCaps="true"
2020-09-04 16:17:34 +00:00
android:textColor="@color/white"
android:textSize="12sp"
tools:text="Social" />