For years I have been using a nice IconPickerPreference like the one in this code.
The old android.preference library is deprecated. Since about 4 years Android provides the new androidx.preference library.
Do you have an implementation of the IconPickerPreference? Each row consists of a name and an icon.
I was not able to find a good solution on the internet for quite some time. I hope you can help.