habitica-android/Habitica/res/layout/simple_textview.xml
2017-11-17 14:12:12 +01:00

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>