update ui layout
[freespace.git] / res / layout / user_view.xml
blob6e57ea26bacb21a03bcaa6ef304be9b212e2a6a7
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout
3   xmlns:android="http://schemas.android.com/apk/res/android"
4   android:layout_width="fill_parent"
5   android:layout_height="fill_parent">
6   <TextView android:id="@+id/user_name" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
7 </LinearLayout>