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">
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" />
19 android:
id=
"@+id/progress_bar"
20 android:
layout_width=
"wrap_content"
21 android:
layout_height=
"wrap_content"
22 android:
layout_gravity=
"center" />