2017-02-28 11:13:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-09-03 06:04:18 +00:00
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-02-28 11:13:29 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
android:id="@+id/paginate_progress_bar"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-09-03 06:04:18 +00:00
|
|
|
android:layout_gravity="top|center_horizontal"
|
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
android:layout_marginTop="8dp"/>
|
2017-02-28 11:13:29 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|