Hi Guys, I'm implementing a settings activity usin...
# android
d
Hi Guys, I'm implementing a settings activity using a the Google's suggested approach PreferenceActivity, it works yet I have little, no easy control over the styles of this generated views. Do you think I should use the PreferenceActivity or create it from scratch and manipulate the SharedPref on my own? Also noticed that Google Material Design guidelines are not aligned with the PreferenceActivity theme.
stackoverflow 4