Open AndroidDeveloperLB opened 2 years ago
I actually prefer that we could set the strings ourselves, to let translators handle it.
Here, created a way to customize them all: https://github.com/AndroidDeveloperLB/ColorPicker https://github.com/jaredrummler/ColorPicker/pull/110
It seems as if what's on Jitpack is older than what's on the repository, or something. Steps:
The bug is that it is in English.
See here:
https://user-images.githubusercontent.com/5357526/171374468-be4bbb82-c3ce-4311-8307-f2f910261604.mp4
ColorPicker.zip
Workaround: use Jitpack instead, to reach the latest commit:
See attached project with all 3 options tested. ColorPicker.zip
Also, BTW, if you don't want the icon of the preferences, this is a better way instead of using the app-compat PreferenceGroupAdapter class: https://stackoverflow.com/a/51568782/878126