1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

Minor update on loading dialog progressbar margin.

This commit is contained in:
George Venios 2015-09-03 18:05:06 +03:00 committed by George Venios
parent dcd3688a8e
commit 7a94eb828c

View file

@ -9,8 +9,8 @@
android:id="@+id/progress"
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" />
android:layout_marginRight="8dp"
android:layout_marginEnd="8dp" />
<TextView
android:id="@+id/loading_text"