akexorcist / Localization

[Android] In-app language changing library
Apache License 2.0
983 stars 154 forks source link

AppCompat's DayNight theme does not apply when toggle the dark mode in v1.2.10 #113

Open akexorcist opened 3 years ago

akexorcist commented 3 years ago

Refer to #103 in version 1.2.10

"In android Q and R OS. If using <style name="TestAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> i mean using DayNight theme apply for Activity when change dark mode. If using lastest version 1.2.10 activity theme not auto change when turn on dark mode in settings."

akexorcist commented 2 years ago

Since AndroidX AppCompat has per-app language preferences for backward compatibility. Please migrate this library to AndroidX for more stability, compatibility, and longer support from Google team.

See Migrate to AndroidX guide

Thank you for your support