1
0
Fork 0
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:
George Venios 2015-09-01 19:37:47 +03:00 committed by George Venios
parent 455859700e
commit 424355fff1

View file

@ -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"