Localization
Localization copied to clipboard
Theme change not working
Steps to reproduce
- Set application theme with
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM)
. - Use the system setting (Settings -> Display -> Theme) to toggle Dark theme.
Expected
The application theme should also be changed automatically in accordance with device theme.
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.
Thank you for your support