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
Asked
Active
Viewed 250 times
1 Answers
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
-
rotation simply turns everything upside down. – learner Feb 15 '14 at 14:47