author | Medo <smaxein@googlemail.com> |
Sat, 18 Aug 2012 00:47:51 +0200 | |
changeset 7508 | 763d3961400b |
parent 7476 | 2fb781bbdd51 |
child 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" |
|
6 |
android:orientation="vertical" > |
|
7 |
||
8 |
<ListView |
|
7476
2fb781bbdd51
Hedgeroid: Start using the frontlib for more operations
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
9 |
android:id="@android:id/list" |
7449 | 10 |
android:layout_width="match_parent" |
11 |
android:layout_height="0dp" |
|
12 |
android:layout_weight="1" |
|
13 |
android:cacheColorHint="@android:color/transparent" |
|
14 |
/> |
|
15 |
||
16 |
<Button |
|
17 |
android:id="@+id/addTeamButton" |
|
18 |
android:layout_width="match_parent" |
|
19 |
android:layout_height="wrap_content" |
|
20 |
android:text="@string/teamlist_addteam" |
|
21 |
android:background="@drawable/button" /> |
|
22 |
||
23 |
</LinearLayout> |