author | Wuzzy <Wuzzy2@mail.ru> |
Sun, 07 Apr 2019 19:26:16 +0200 | |
changeset 14755 | ab7bf5036314 |
parent 7455 | 8e86d8d2927d |
permissions | -rw-r--r-- |
7449 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
android:id="@android:id/text1" |
|
4 |
android:layout_width="fill_parent" |
|
5 |
android:layout_height="wrap_content" |
|
6 |
android:paddingTop="4dp" |
|
7 |
android:paddingBottom="4dp" |
|
8 |
android:drawablePadding="5dp" |
|
9 |
android:drawableLeft="@drawable/playerlist_player" |
|
10 |
android:gravity="center_vertical|left" |
|
7455
8e86d8d2927d
Hedgeroid: Fix argument passing to ChatFragment, small layout fixes
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
11 |
android:singleLine="true" |
7449 | 12 |
android:textAppearance="?android:attr/textAppearanceMedium" /> |