heetch / Android-country-picker

[DEPRECATED] This library is not maintained anymore. No more development will be done.
Apache License 2.0
31 stars 15 forks source link

Round Flag Icons + Helper Utils #10

Open xsorifc28 opened 8 years ago

xsorifc28 commented 8 years ago

Previously I had PR'ed a version with round flags, but these were resource files which made the library size bigger.

This PR removes those files and adds a programmatic way to generate round icons (via bitmap or resource id).

Also added are some methods to get the country code via name and vice versa.

I found these helpful. If you have any questions, or there are any incompatibilities, I'm happy to resolve.

Let me know your thoughts.