project_files/Android-build/SDL-android-project/res/layout/listview_item.xml
author Wuzzy <Wuzzy2@mail.ru>
Fri, 01 Nov 2019 23:35:01 +0100
changeset 15500 5eda4d7056bc
parent 7508 763d3961400b
permissions -rw-r--r--
ASA death02: Don't set hero health if enemy hurts itself

<?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"/>