Milan Gajera
Milan Gajera

Reputation: 970

How can i visible my ActionBar when DialogFragment is appear in android?

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

enter image description here

Actually i want like below screen when i click on today's

enter image description here

5,6,7 and 8 it's list Items which scroll horizontally. I only hide my tabs not toolbar

Upvotes: 0

Views: 69

Answers (1)

Sachin
Sachin

Reputation: 1448

First Find your ActionBar size Goto Style>Theme

Then set Top margin to your DialogFragment.

Upvotes: 1

Related Questions