Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5ccdcab

Browse files
MortimerGorokeianhzo
authored andcommitted
Fix suggestions list padding to avoid exceeding the dropdown's borders (#1702)
1 parent 9ae3472 commit 5ccdcab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
android:background="@drawable/dialog_background"
1212
android:divider="@android:color/transparent"
1313
android:dividerHeight="0dp"
14+
android:paddingLeft="1dp"
15+
android:paddingRight="1dp"
1416
android:paddingTop="15dp"
1517
android:paddingBottom="15dp"
1618
app:layout_constraintBottom_toBottomOf="parent"

0 commit comments

Comments
 (0)