I am creating a preference screen in Android using all standard layouts. But earlier I have been messing around with the code for fixing an earlier issue and now the preference icons won't center as per the normal margins. I have checked all my code and there is no references to icon margins or paddings. Can I have messed up in the stock layout files?
As you can see the category title and the preference titles are fine. It is only the icon that is misplaced.
I have tried this Android: How to maximize PreferenceFragment width (or get rid of margin)? but it changes the entire PreferenceFragment
and not only the icons.