mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
8 lines
284 B
XML
8 lines
284 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:padding="10dp"
|
|
android:textSize="16sp"
|
|
android:background="#AAA">
|
|
</TextView> |