CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

Country list dialog window is having much space in left & right.

Open Gopi-tw opened this issue 5 years ago • 4 comments

When you click the ccp to select country , a dialog appears that would has country lists , Right ? Then if we check the same with small size devices , the country name list are not properly aligned and positioned as well. there is an overlap between two item if it was in small screen device.

Gopi-tw avatar Aug 06 '20 18:08 Gopi-tw

Sorry about that. Can you share the screenshot that will give me better idea where to look to fix.

On Thu, Aug 6, 2020 at 12:23 Gopinatha [email protected] wrote:

When you click the ccp to select country , a dialog appears that would has country lists , Right ? Then if we check the same with small size devices , the country name list are not properly aligned and positioned as well. there is an overlap between two item if it was in small screen device.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hbb20/CountryCodePickerProject/issues/431, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFQ32EL2UFSXMLLFZJSPS3R7LYKNANCNFSM4PW3IUHA .

hbb20 avatar Aug 06 '20 20:08 hbb20

No problem . Thanks much for addressing this quickly. I had checked it in one plus . Have a look at it .https://pasteboard.co/JlcZI0J.jpg

Gopi-tw avatar Aug 07 '20 04:08 Gopi-tw

I see. Margin on side is because standard dialog in android keeps that space. And for row, the one you highlighted takes two lines and that's why it's bigger than others. I guess it should not overlap though because recycler view handles height calculation.

hbb20 avatar Aug 08 '20 23:08 hbb20

Yes. I agree with you. I'm justing few things here ,

  1. we can provide an option either dialog style or normal view, just presenting on top of parent (being presented)
  2. if we consider point 1, margin also taken care.
  3. We can provide close button/ dismiss it when user press outside (presented as a normal view - in that case point 3 is considerable). Let me know your thoughts on this !

Gopi-tw avatar Aug 11 '20 03:08 Gopi-tw