OC-2459: Ask for pincode, when click on an instant upload notification
[pub/Android/ownCloud.git] / res / layout / failed_upload_message_view.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:id="@+id/failed_upload_message_view"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:background="@color/background_color"
6 android:orientation="vertical" >
7
8 <TextView android:id="@+id/faild_upload_message"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content"
11 android:minWidth="100dp"/>
12
13 <Button
14 android:id="@+id/failed_uploadactivity_close_button"
15 android:layout_width="fill_parent"
16 android:layout_height="wrap_content"
17 android:text="Dismiss" />
18
19 </LinearLayout>