Android-MaterialPreference
Android-MaterialPreference copied to clipboard
[DEPRECATED] A simple backward-compatible implementation of a Material Design Preference aka settings item
In RTL layouts, the direction is properly changed, but the description text of each preference is limited in length to the length of the title. See [](http://i.imgur.com/7AYK6sP.png)
I'm trying to change the color of the title text and the background and I can't. Could you tell me if there's anyway to customize the colors of my preference...
The categories and preferences are aligning with each other. I see that is the way the sample app is. But is there anyway to change that? Didn't see any reference...
Temporary workaround for now: Just use AppCompat's `colorAccent` style attribute.