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

14 lines
582 B
XML
Raw Normal View History

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