2

I want to display a fadding view over content including actionbar. I can't use dialogs for that.

How could i display view above actionbar without using dialogs?

Alexey Zakharov
  • 24,694
  • 42
  • 126
  • 197

1 Answers1

1

If you mean on top of the action bar. You could try adding windowOverlay attribute to the action bar style. Then your layout will be placed from top of the screen instead of underneath the action bar.

Ryan Huang
  • 31
  • 2