- 
                Notifications
    You must be signed in to change notification settings 
- Fork 175
Open
Description
It seems as if what's on Jitpack is older than what's on the repository, or something.
Steps:
- Run the sample as it is
- Change device locale to Hebrew ("עברית")
- Run the sample again and check what happens for the "Color picker with alpha". Notice that the texts have changed.
- Now change in the gradle file, to this:
//  implementation project(':library')
implementation 'com.jaredrummler:colorpicker:1.1.0'
- Try what's on step 3.
The bug is that it is in English.
See here:
studio64_WY7J4MSMkg.mp4
Workaround: use Jitpack instead, to reach the latest commit:
implementation 'com.github.jaredrummler:ColorPicker:eb76c92f53'
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
Metadata
Metadata
Assignees
Labels
No labels