Add NavigationDrawer to image preview
[pub/Android/ownCloud.git] / res / layout / listrow_details.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="56dp"
5 android:clickable="true"
6 android:orientation="vertical"
7 android:background="#fff"
8 android:paddingLeft="16dp"
9 tools:context=".MainActivity" >
10
11 <TextView
12 android:id="@+id/textView1"
13 android:layout_width="wrap_content"
14 android:layout_height="wrap_content"
15 android:drawablePadding="5dp"
16 android:gravity="center_vertical"
17 android:paddingLeft="16dp"
18 android:textSize="16dp" >
19
20 </TextView>
21
22 <View
23 android:layout_width="match_parent"
24 android:layout_height="1dp"
25 android:background="@android:color/black" />
26
27 </LinearLayout>