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 16f5d13 commit 3146f78Copy full SHA for 3146f78
app/src/main/res/layout/dialog_insert_link.xml
@@ -18,9 +18,9 @@
18
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19
xmlns:app="http://schemas.android.com/apk/res-auto"
20
android:layout_width="match_parent"
21
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
22
android:orientation="vertical"
23
- android:padding="16dp">
+ android:paddingHorizontal="16dp">
24
25
<TextView
26
android:id="@+id/dialogTitle"
0 commit comments