1cd82fca31b5b7a4bfcef045438d9cc9e09780fc
[pub/Android/ownCloud.git] / res / layout / file_details_empty.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:background="#F7F7F7"
6 android:orientation="vertical" >
7
8 <TextView
9 android:layout_width="fill_parent"
10 android:layout_height="fill_parent"
11 android:gravity="center_vertical|center_horizontal"
12 android:text="@string/filedetails_select_file"
13 />
14
15 </LinearLayout>