author | Wuzzy <Wuzzy2@mail.ru> |
Wed, 18 Jul 2018 01:35:59 +0200 | |
changeset 13506 | 36f3f77e9b1b |
parent 7582 | 714310efad8f |
permissions | -rw-r--r-- |
7449 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
xmlns:tools="http://schemas.android.com/tools" |
|
4 |
android:layout_width="match_parent" |
|
5 |
android:layout_height="match_parent" |
|
7582
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
6 |
android:orientation="vertical" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
7 |
android:paddingBottom="3dp" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
8 |
android:paddingLeft="5dp" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
9 |
android:paddingRight="3dp" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
10 |
android:paddingTop="3dp" > |
7449 | 11 |
|
7582
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
12 |
<ListView |
7476
2fb781bbdd51
Hedgeroid: Start using the frontlib for more operations
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
13 |
android:id="@android:id/list" |
7449 | 14 |
android:layout_width="match_parent" |
15 |
android:layout_height="0dp" |
|
7582
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
16 |
android:layout_weight="1" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
17 |
android:cacheColorHint="@android:color/transparent" /> |
7449 | 18 |
|
7582
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
19 |
<TextView |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
20 |
android:id="@id/android:empty" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
21 |
android:layout_width="match_parent" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
22 |
android:layout_height="0dp" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
23 |
android:layout_weight="1" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
24 |
android:gravity="center" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
25 |
android:text="@string/no_teams_in_list" /> |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
26 |
|
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
27 |
<Button |
7449 | 28 |
android:id="@+id/addTeamButton" |
29 |
android:layout_width="match_parent" |
|
30 |
android:layout_height="wrap_content" |
|
7582
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
31 |
android:background="@drawable/button" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7476
diff
changeset
|
32 |
android:text="@string/teamlist_addteam" /> |
7449 | 33 |
|
34 |
</LinearLayout> |