project_files/Android-build/SDL-android-project/res/layout/listview_room.xml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 29 Sep 2018 01:17:15 +0200
changeset 13816 e3fee73c51a0
parent 7352 641f11cdd319
permissions -rw-r--r--
Move campaign mission images to share/ instead of hardcoding them into frontend Hardcoding campaign mission images prevented add-ons from adding their own preview images.

<?xml version="1.0" encoding="utf-8"?>
<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:mode="twoLine"
    android:paddingTop="4dp"
	android:paddingBottom="4dp">

    <TextView
        android:id="@android:id/text1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:drawablePadding="5dp"
        android:textAppearance="?android:attr/textAppearanceMedium" />

    <TextView
        android:id="@android:id/text2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_alignLeft="@android:id/text1"
        android:layout_below="@android:id/text1"
        android:textAppearance="?android:attr/textAppearanceSmall" />

</TwoLineListItem>