project_files/Android-build/SDL-android-project/res/layout/listview_item.xml
author sheepluva
Sun, 08 Dec 2019 02:09:19 +0100
branchhedgeroid
changeset 15520 de08a3ae4f8d
parent 7508 763d3961400b
permissions -rw-r--r--
hedgeroid/frontlib: update proto and weapons number

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