mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
12 lines
No EOL
430 B
XML
12 lines
No EOL
430 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent" android:layout_height="wrap_content"
|
|
android:padding="@dimen/content_border">
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/textView"
|
|
android:color="#FF000000"
|
|
android:textSize="15sp"/>
|
|
|
|
</FrameLayout> |