1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-29 16:30:55 +00:00

Fix white-on-white text.

This commit is contained in:
Greg Alexander 2019-05-25 23:27:02 -04:00
parent d754beecd8
commit edbaacbf82

View File

@ -21,7 +21,7 @@
android:typeface="monospace"
android:gravity="top"
android:singleLine="false"
android:background="#00000000"
android:background="#ff000000"
android:textColor="#ffffffff" />
<Button android:id="@+id/startstop"
android:layout_width="fill_parent"