mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-08 05:09:14 +01:00
10 lines
293 B
XML
10 lines
293 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="12dp"
|
|
android:textColor="#FFBEBEBE"
|
|
android:textSize="20sp">
|
|
</TextView>
|