2014-06-24 16:02:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-09-01 15:06:05 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-09-07 22:49:57 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2014-08-18 09:30:03 +00:00
|
|
|
android:layout_width="wrap_content"
|
2015-09-01 15:06:05 +00:00
|
|
|
android:layout_height="wrap_content"
|
2015-09-01 16:37:47 +00:00
|
|
|
android:padding="@dimen/abc_action_bar_content_inset_material"
|
2015-09-07 22:49:57 +00:00
|
|
|
android:gravity="center"
|
|
|
|
app:theme="?alertDialogTheme">
|
2014-06-24 16:02:38 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<ProgressBar
|
|
|
|
android:id="@+id/progress"
|
|
|
|
android:layout_width="wrap_content"
|
2015-09-01 15:06:05 +00:00
|
|
|
android:layout_height="wrap_content"
|
2015-09-06 12:31:48 +00:00
|
|
|
android:layout_marginRight="@dimen/abc_action_bar_content_inset_material"
|
|
|
|
android:layout_marginEnd="@dimen/abc_action_bar_content_inset_material" />
|
2014-06-24 16:02:38 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/loading_text"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2015-09-01 15:06:05 +00:00
|
|
|
</LinearLayout>
|