d34045c1978704335714e5abe4e5a5b2b932b885
[pub/Android/ownCloud.git] / res / layout / text_file_preview.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:layout_marginStart="8dp"
6 android:layout_marginEnd="8dp">
7
8 <ListView
9 android:id="@+id/text_preview_list"
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content"
12 android:visibility="gone"
13 android:divider="@null"
14 android:dividerHeight="0dp"
15 android:focusable="false"
16 android:focusableInTouchMode="false" />
17
18 <ProgressBar
19 android:id="@+id/progress_bar"
20 android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:layout_gravity="center" />
23 </FrameLayout>