I want to show 2 different panels on main layout.The bottom bar will contain two buttons
- button will slide up and slide down the Settings panel and
- button will open and close contact panel
i have searched a lot but only found slidingdrawer but how can show different panel with the click on buttons?
You could place the Settings and Contact SlidingDrawers each under a RelativeLayout that contains them and have them overlap each other. Then use the buttons as handles aligned next to each other.
Consider the xml code below, I hope it helps ya:
and then use the link to help position your Contact and Settings handle (button) properly: Changing alignment (left, right etc) of SlidingDrawer handle