I am working with checkBoxPreference from few days,
have figured out:
- how to display icon with checkBoxPreference,
- how to change colour of title and summary
Now, I need to add a button instead of the icon. So any one here has any ideas on this...
I have tried to add a button in onCreateView in the preferenceFragment but no luck... Can't add it in the xml as I am adding checkBoxPreference dynamically.
Thanks,