android - Is it possible to create a multiple Navigation Drawer/DrawerLayout on one side? -
i know possible sliding drawers answers posted here old , slidingdrawer has been deprecated. anyway, i've setup mine using drawerlayout using customlistadapter imageview populated array of image drawables.
however, can see drawer slides out altogether , presents 3 sidetabs. i'd see 1 sidetab among 3 sidetabs appear when called/touched/swiped. other requirements include:
* must clickable
* must have pressed/hover/default states (maybe selectors trick imagebuttons)
* transparent background not reveal rectangular lines shown above.
is there anyway implement in android?
Comments
Post a Comment