/v3.2/nimbits-android/res/layout/list_row.xml
http://nimbits-server.googlecode.com/ · XML · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 0743415adec0a10ece3a2f2642364517 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
- <ImageView android:id="@+id/ImageView01" android:src="@drawable/smallfolder" android:layout_width="wrap_content" android:layout_height="wrap_content"></ImageView>
- <TextView android:id="@+id/text1" android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
- </LinearLayout>