2013-09-17 18:14:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginRight="10dp"
|
2014-11-12 13:35:30 +00:00
|
|
|
android:layout_marginEnd="10dp"
|
2013-09-17 18:14:30 +00:00
|
|
|
android:orientation="horizontal"
|
|
|
|
android:padding="20dp" >
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
style="?android:attr/progressBarStyleLarge"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-11-12 13:35:30 +00:00
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:layout_marginEnd="10dp" />
|
2013-09-17 18:14:30 +00:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
2014-11-08 16:32:54 +00:00
|
|
|
android:text="@string/setup_querying_server" />
|
2013-09-17 18:14:30 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|