Variable nameing / imports improved, fixed nullpointer on account
[pub/Android/ownCloud.git] / res / layout / list_layout.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="horizontal"
4 android:id="@+id/ListItemLayout" android:layout_width="fill_parent"
5 android:background="#F7F7F7" android:layout_height="wrap_content">
6 <ImageView android:layout_width="wrap_content" android:src="@drawable/ic_menu_archive"
7 android:id="@+id/imageView1" android:layout_height="wrap_content"
8 android:layout_marginLeft="15dip" android:focusable="false"
9 android:focusableInTouchMode="false"></ImageView>
10 <TextView android:layout_height="wrap_content"
11 android:textColor="#303030" android:layout_width="wrap_content"
12 android:text="TextView" android:layout_marginLeft="5dip"
13 android:layout_marginBottom="5dip" android:layout_marginRight="30dip"
14 android:id="@+id/Filename" android:focusable="false"
15 android:focusableInTouchMode="false" android:textSize="20dip">
16 </TextView>
17 </LinearLayout>