mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 12:51:16 +00:00
Fixed tablet margins for loading dialog.
This commit is contained in:
parent
455859700e
commit
424355fff1
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="16dip"
|
android:padding="@dimen/abc_action_bar_content_inset_material"
|
||||||
android:gravity="center">
|
android:gravity="center">
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
android:id="@+id/progress"
|
android:id="@+id/progress"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginRight="@dimen/abc_action_bar_content_inset_material"
|
||||||
android:layout_marginEnd="16dp" />
|
android:layout_marginEnd="@dimen/abc_action_bar_content_inset_material" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/loading_text"
|
android:id="@+id/loading_text"
|
||||||
|
|
Loading…
Reference in a new issue