1
0
mirror of https://github.com/etesync/android synced 2024-12-04 13:58:52 +00:00
etesync-android/res/layout/query_server.xml

24 lines
807 B
XML
Raw Normal View History

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"
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"
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"
android:text="@string/setup_querying_server" />
2013-09-17 18:14:30 +00:00
</LinearLayout>