Harsh Baldevbhai Bhakt

Results 110 comments of Harsh Baldevbhai Bhakt

Can you show your XML config and java/kotlin code?

What is the version of the library are you guys using? There was an issue with FastScroller in a past version.

You want to use different flag images than what's provided by default. Did I understand that right? I will definitely add wiki page. But short answer I can think right...

Is carrierNumberEditText is registered? Can you show me your kotlin or java code which configures CCP? On Tue, Jun 30, 2020 at 10:28 ShariQ227 wrote: > java.lang.NullPointerException: Attempt to invoke...

Can you please explain the issue in detail?

Hey, I haven't visited that part of code in a while so it's quite possible. Is this critically urgent for you? Or can I take a look at during weekend?...

This is indeed an issue. I tried to solve it with WindowInsetsControllerCompat but it introduces a new problem of unable to dismiss keyboard for dialog. I'll look deeper later. Hope...

Looks like width of CountryCodePicker is not wrap_content. If that's not a problem, can you please post the xml file or part that contains ccp?

I think I got the problem. Can you show me entire container which contains ccp and input_box?

Your layout arrangement looks good except the part where views left and right ends are aligned to an imageview(input_box) which has "wrap_content". So ultimately room for your ccp+editText is decided...