liding
liding

Reputation: 752

To create a sidebar hidden in the left hand side of a view like dolphin browser do

I would like to have this android layout basically works like the dolphin browser, which I can make my sidebar in the left appears while scrolling the view horizontally to the right.

I figure it could be for example two sliding drawer working together, but after tying, it doesn't work out.

So, any thought or any reference and tutorial will be really nice!

Here is the screen shot which can illustrate how this layout works(I'm totally new here, so no picture upload allowed)

Upvotes: 1

Views: 1140

Answers (1)

DKIT
DKIT

Reputation: 3481

Use a HorizontalScrollView, and a tableview within it.

Put the menu in the left cell of the tableview, and the rest in the right cell.

Upvotes: 2

Related Questions