mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 00:30:00 +00:00
13 lines
No EOL
513 B
XML
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" /> |