nikartx / Image-Support

Add badge with counter to ImageView Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strings.xml in library project causes bug for app using localized strings

thecuong064 opened this issue · comments

I'm using your library in a project with localization.

The strings.xml, which contains "app_name" key, causes my app locale cannot be configured after the settings language changed.
I have also checked other libraries and they don't have any strings.xml.

Could you check this? If it's good then please remove it and upgrade the new version. I really appreciate your contribution.

Always happy to hear from you. Thanks for reading.

I might find another way to fix this., related to androidX

For others facing this, upgrade the appcompat to latest version. It's 1.3.0 now.

implementation 'androidx.appcompat:appcompat:1.3.0'