item_lan_choose.xml
491 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_lan_item"
android:layout_width="match_parent"
android:layout_height="68dp"
android:layout_marginTop="10dp"
android:gravity="center" >
<TextView
android:id="@+id/item_lan"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="@dimen/text_size_24"
android:gravity="center" />
</LinearLayout>