project_files/Android-build/SDL-android-project/res/layout/listview_item.xml
author Wuzzy <almikes@aol.com>
Fri, 29 Sep 2017 03:41:30 +0200
changeset 12591 7510fe66bfbb
parent 7508 763d3961400b
permissions -rw-r--r--
Change graves of teams in missions for greater variety In A Space Adventure, only one grave was used for all teams, which was clearly bad.

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content"
	android:textSize="10dip"
	android:textColor="#FFF"
	android:gravity="center"/>