Decreased top padding in dialog

This commit is contained in:
CappielloAntonio 2021-09-14 14:41:19 +02:00
parent dc11bec48c
commit 8c9af4ef42
6 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="24dp"
android:layout_marginTop="12dp"
android:layout_marginBottom="4dp"
android:layout_marginEnd="24dp"
android:text="@string/server_unreachable_dialog_summary" />