Reputation: 970
Explanation: I open the DialogFragment over my activity.I set the Gravity.TOP in dialog fragment.Now the problem is when DialogFragment is appear my ActionBar is hide behind the DialogFragment.
I want to see my toolbar and my dialog will appear just after the ActionBar.
It is normal mode
Actually i want like below screen when i click on today's
5,6,7 and 8 it's list Items which scroll horizontally. I only hide my tabs not toolbar
Upvotes: 0
Views: 69
Reputation: 1448
First Find your ActionBar size Goto Style>Theme
Then set Top margin to your DialogFragment.
Upvotes: 1