mukeshsolanki / country-picker-android

A simple library that displays a beautiful list of all the countries allowing the user to pick the country he wishes and provide details like country code, iso code name,currency and flag.
MIT License
321 stars 135 forks source link

Need reduce the dialog #2

Closed invizorys closed 8 years ago

invizorys commented 8 years ago

Need to reduce the dialog when the keyboard is open because some countries have overlapping by keyboard.

P.S. Where is located a code of library?

mukeshsolanki commented 8 years ago

The CountryPicker extends the DialogFragment allowing you to modify it as needed. You could choose how you want the dialog to change size as you desire.

The country code or the country details are located in an encoded string inside the file called country_codes.xml under values.