Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
Apache License 2.0
1.52k
stars
505
forks
source link
Focus problem fixed For Amazon Fire TV Stick. #599
I am using this library for my multiplatform app (Android TV, Android Mobile, Amazon Fire TV). The project works perfectly except on the Amazon Fire TV platform. There is a focus problem in layout_picker_dialog.xml. For some reason, when I click the D-pad bottom, the focus does not move from 'editText_search' to 'recycler_countryDialog.' I suspect that the ViewGroup does not handle focus search as it does on Android TV for Amazon Fire TV. I opted to incorporate the following attributes instead of relying on the ViewGroup to handle it correctly.
I am using this library for my multiplatform app (Android TV, Android Mobile, Amazon Fire TV). The project works perfectly except on the Amazon Fire TV platform. There is a focus problem in layout_picker_dialog.xml. For some reason, when I click the D-pad bottom, the focus does not move from 'editText_search' to 'recycler_countryDialog.' I suspect that the ViewGroup does not handle focus search as it does on Android TV for Amazon Fire TV. I opted to incorporate the following attributes instead of relying on the ViewGroup to handle it correctly.