OC-2459: Ask for pincode, when click on an instant upload notification
[pub/Android/ownCloud.git] / res / layout / log_send_file.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 android:paddingLeft="8dp"
8 android:paddingRight="8dp">
9
10
11 <ListView android:id="@android:id/list"
12 android:layout_width="match_parent"
13 android:layout_height="wrap_content"
14 />
15
16 <TextView android:id="@android:id/empty"
17 android:layout_width="match_parent"
18 android:layout_height="wrap_content"
19 android:background="#FF0000"
20 android:text="No data"/>
21 <LinearLayout
22 android:orientation="vertical"
23 android:layout_width="match_parent"
24 android:layout_height="wrap_content"
25 android:gravity="bottom">
26
27 <Button
28 android:id="@+id/deleteLogHistoryButton"
29 android:layout_width="match_parent"
30 android:layout_height="wrap_content"
31 android:text="@string/prefs_log_delete_history_button"/>
32
33 </LinearLayout>
34
35 </LinearLayout>