1
0
mirror of https://github.com/etesync/android synced 2024-11-30 03:48:27 +00:00
etesync-android/res/layout/query_server.xml

22 lines
725 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:orientation="horizontal"
android:padding="20dp" >
<ProgressBar
style="?android:attr/progressBarStyleLarge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:text="@string/querying_server" />
</LinearLayout>