Skip to content

Commit 396d039

Browse files
david-allisonmikehardy
authored andcommitted
design(help): follow material guidelines
* 24dp margins around dialog * 16dp between title and content
1 parent d74df7d commit 396d039

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AnkiDroid/src/main/res/layout/dialog_help.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
33
android:id="@+id/fragment_container"
44
android:layout_width="match_parent"
5-
android:layout_height="wrap_content" />
5+
android:layout_height="wrap_content"
6+
android:paddingTop="8dp"
7+
android:paddingBottom="24dp"
8+
android:paddingHorizontal="8dp" />

0 commit comments

Comments
 (0)