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:
parent
dcd3688a8e
commit
7a94eb828c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue