mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-24 19:57:44 +01:00
9 lines
248 B
XML
9 lines
248 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="5dp"
|
||
|
android:textSize="14sp">
|
||
|
</TextView>
|