mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-30 15:38:24 +01:00
b6747254c7
default color is hard to read on some devices.
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>
|