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

Commit

Permalink
Fix suggestions list padding to avoid exceeding the dropdown's borders (
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and keianhzo committed Aug 29, 2019
1 parent 9ae3472 commit 5ccdcab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/list_popup_window.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
android:background="@drawable/dialog_background"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
android:paddingLeft="1dp"
android:paddingRight="1dp"
android:paddingTop="15dp"
android:paddingBottom="15dp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit 5ccdcab

Please sign in to comment.