project_files/Android-build/SDL-android-project/res/layout/listview_item.xml
author unc0rr
Sat, 21 Nov 2015 17:07:06 +0300
branchqmlfrontend
changeset 11428 e045dc60c37e
parent 7508 763d3961400b
permissions -rw-r--r--
- Warnings/errors message box - Send JOIN_ROOM on double click on rooms list - Some small iprovements more

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