delight-im / Android-Languages

Custom language selection and access to language names for Android
Apache License 2.0
74 stars 20 forks source link

Added support for RTL #3

Closed rosenpin closed 7 years ago

rosenpin commented 7 years ago

The library should also set the layout direction appropriately. Solves issue #2

rosenpin commented 7 years ago

Would be great if you could update the binary as well

ocram commented 7 years ago

Thanks a lot!

Only the

if (Build.VERSION.SDK_INT >= 17) {}

check was missing, which is required here given this library's minimum API level.

Merged in https://github.com/delight-im/Android-Languages/commit/228ab5da286cb8723e93c98e1a953cc7fb49a82b

rosenpin commented 7 years ago

Awesome, thanks