author | Wuzzy <Wuzzy2@mail.ru> |
Sun, 07 Apr 2019 19:26:16 +0200 | |
changeset 14755 | ab7bf5036314 |
parent 7508 | 763d3961400b |
permissions | -rw-r--r-- |
5424 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
5607
diff
changeset
|
3 |
android:id="@android:id/text1" |
5424 | 4 |
android:layout_width="fill_parent" |
5 |
android:layout_height="wrap_content" |
|
6 |
android:textSize="10dip" |
|
5607 | 7 |
android:textColor="#FFF" |
5424 | 8 |
android:gravity="center"/> |