We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74df7d commit 396d039Copy full SHA for 396d039
AnkiDroid/src/main/res/layout/dialog_help.xml
@@ -2,4 +2,7 @@
2
<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
3
android:id="@+id/fragment_container"
4
android:layout_width="match_parent"
5
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
6
+ android:paddingTop="8dp"
7
+ android:paddingBottom="24dp"
8
+ android:paddingHorizontal="8dp" />
0 commit comments