mirror of
https://github.com/etesync/android
synced 2024-12-04 22:08:16 +00:00
2e6a3efd25
* a few fixes for SRV service detection * localization strings cleanup * new policy for localization: translators are only mentioned on their own translation from now on
22 lines
731 B
XML
22 lines
731 B
XML
<?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/setup_querying_server" />
|
|
|
|
</LinearLayout>
|