I have a Activity
and it has include more than one fragment
.
I know it can use requestWindowFeature(Window.FEATURE_NO_TITLE);
to hide the title in Activity
.
But I don't want to hide title for all fragment
.
Can I hide the title for preference fragment ?
Based on what you say, you will have to use more than one activity. For the fragments that are in a same activity, the title bar is either shown or hidden.