[Android] Access widget layout of a custom preference
I wanted to use the widget layout of a custom card picker settings preference to show the selected cards, but it was quite difficult to do so. First, the layout file has to be created. My file just contains an image view, which I want to update according to the chosen settings. It has to … Read more