mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 17:33:22 +00:00
10 lines
308 B
XML
10 lines
308 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
|
||
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent" android:layout_height="match_parent"
|
||
|
|
android:id="@+id/TV_simple_textview"
|
||
|
|
android:color="#FF000000"
|
||
|
|
android:textSize="15sp">
|
||
|
|
|
||
|
|
|
||
|
|
</TextView>
|