mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-28 07:11:17 +00:00
19 lines
762 B
XML
19 lines
762 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:padding="@dimen/abc_action_bar_content_inset_material"
|
|
android:gravity="center"
|
|
android:theme="?alertDialogTheme">
|
|
|
|
<ProgressBar
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="@dimen/abc_action_bar_content_inset_material"
|
|
android:layout_marginEnd="@dimen/abc_action_bar_content_inset_material" />
|
|
|
|
<TextView
|
|
android:id="@+id/loading_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
</LinearLayout>
|