From b84e30564dd787020619c000f19648c61a29fac1 Mon Sep 17 00:00:00 2001 From: dev9-softrix <92423221+dev9-softrix@users.noreply.github.com> Date: Wed, 27 Oct 2021 14:57:28 +0500 Subject: [PATCH] Dismiss problem Dialog is not dismiss on screen clicked --- .../main/res/layout/country_code_picker_layout_picker_dialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/countrycodepicker/src/main/res/layout/country_code_picker_layout_picker_dialog.xml b/countrycodepicker/src/main/res/layout/country_code_picker_layout_picker_dialog.xml index 305b403..776e13a 100644 --- a/countrycodepicker/src/main/res/layout/country_code_picker_layout_picker_dialog.xml +++ b/countrycodepicker/src/main/res/layout/country_code_picker_layout_picker_dialog.xml @@ -6,6 +6,7 @@ android:layout_height="match_parent" android:orientation="vertical" android:padding="8dp" + android:layout_margin="10dp" >