After updating AppCompat library to appcompat:1.1.0-alpha03 Locale configuration is not working anymore

眉间皱痕 提交于 2019-12-10 17:14:13

问题


After updating

implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'

to

implementation 'androidx.appcompat:appcompat:1.1.0-alpha03'

locale settings was not working anymore, spent half day to figure out that library was the actual problem.

Is there another NEW way for locale setting or workaround, or is it just a bug in the library and should just wait for another version with bugfix?

来源:https://stackoverflow.com/questions/55355775/after-updating-appcompat-library-to-appcompat1-1-0-alpha03-locale-configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!