mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 02:08:10 +00:00
21 lines
679 B
XML
21 lines
679 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="#f9f9f9"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_marginTop="24dp"
|
||
|
|
android:layout_marginBottom="13dp"
|
||
|
|
android:textAllCaps="true"
|
||
|
|
style="@style/Body2_Wide"
|
||
|
|
tools:text="Challenge"
|
||
|
|
android:id="@+id/divider_name"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|