androidExplorer
androidExplorer

Reputation: 136

Sliding Drawer with multiple handles

I want to create sliding drawers which comes from right to left which has two handles for loading different contents. Handles position should be in between center and bottom of the screen, so that whenever I slide with any handle, application should show the corresponding content on the whole screen.

I checked earlier sliding drawer's questions and solutions, but could not help to my scenario.

Could someone help in this regard.

Thanks in advance.

Upvotes: 0

Views: 868

Answers (1)

stuthi
stuthi

Reputation: 21

The sliding drawer can be placed in a frame or relative layout according to the developer's site. And you can set the top offset for your layout inside the layout present in the drawer which is in the xml. Hope it works. Worked fine for my code.

Upvotes: 2

Related Questions