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.
Comments
Post a Comment