After updating AppCompat library to appcompat:1.1.0-alpha03 Locale configuration is not working anymore
问题 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