mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 06:35:46 +00:00
parent
f6a77bc77f
commit
e2fdeab194
1 changed files with 11 additions and 2 deletions
|
|
@ -1,4 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Space xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<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="30dp" />
|
||||
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" />
|
||||
Loading…
Reference in a new issue