project_files/Android-build/SDL-android-project/res/layout/listview_room.xml
author Medo <smaxein@googlemail.com>
Sat, 21 Jul 2012 14:56:52 +0200
changeset 7349 12fdfd2038d4
child 7352 641f11cdd319
permissions -rw-r--r--
Hedgeroid: More work on the lobby activity
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7349
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     2
<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     3
    android:layout_width="fill_parent"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     4
    android:layout_height="wrap_content"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     5
    android:mode="twoLine">
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     6
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     7
    <TextView
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     8
        android:id="@android:id/text1"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
     9
        android:layout_width="fill_parent"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    10
        android:layout_height="wrap_content"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    11
        android:drawablePadding="5dp"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    12
        android:textAppearance="?android:attr/textAppearanceMedium" />
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    13
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    14
    <TextView
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    15
        android:id="@android:id/text2"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    16
        android:layout_width="fill_parent"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    17
        android:layout_height="wrap_content"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    18
        android:layout_alignLeft="@android:id/text1"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    19
        android:layout_below="@android:id/text1"
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    20
        android:textAppearance="?android:attr/textAppearanceSmall" />
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    21
12fdfd2038d4 Hedgeroid: More work on the lobby activity
Medo <smaxein@googlemail.com>
parents:
diff changeset
    22
</TwoLineListItem>