java - Drawer Layout initially showed on the View -


usually drawer layout hidden on view until ontouch or onswipe in triggered. i'd make drawer layout displayed. checked out slidinglayer library more complicated new drawer layout android has released. in image below, blue lines represents initial drawer needs interaction triggers opening , closing of drawer.

my last resort on have button, on view handle interaction, as possible want have normal view on drawer layout.

i have seen on documentation, not sure does:

setdrawershadow(drawable shadowdrawable, int gravity) set simple drawable used left or right shadow. 

enter image description here


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -