0

Drawer layouts are typically pulled from the action bar, at least per the official docs. Is there a way to have a pull ImageView attached to the bottom of the drawer? So that the user would tap or pull the ImageView to draw out the navigation drawer? I am referring to the docs at http://developer.android.com/training/implementing-navigation/nav-drawer.html#ActionBarIcon

learner
  • 11,490
  • 26
  • 97
  • 169

1 Answers1

0

On newer devices you could try to rotate the view. But I don't know if this will work. See this answer Android:How to rotate LinearLayout

Community
  • 1
  • 1
Mark
  • 7,507
  • 12
  • 52
  • 88