I am trying to create a PreferenceScreen but i want the Activity design like the whole projects.
How can create a custom PreferenceScreen design ?
I am trying to create a PreferenceScreen but i want the Activity design like the whole projects.
How can create a custom PreferenceScreen design ?
Yes, it's doable. Apologies for the layout, my pasting never seems to keep the right formatting, but content works...
Preferences.java
then a preferences holder.xml
then preferences.xml
This way I have a common header that I use in other pages.
i think this is what you are searching for.
..
this.setContentView(rootView);
=> i think you can set it from xml layout also.