Skip to content

Commit 3146f78

Browse files
committed
Fix insert dialog paddings
1 parent 16f5d13 commit 3146f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/dialog_insert_link.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
1919
xmlns:app="http://schemas.android.com/apk/res-auto"
2020
android:layout_width="match_parent"
21-
android:layout_height="match_parent"
21+
android:layout_height="wrap_content"
2222
android:orientation="vertical"
23-
android:padding="16dp">
23+
android:paddingHorizontal="16dp">
2424

2525
<TextView
2626
android:id="@+id/dialogTitle"

0 commit comments

Comments
 (0)