I'm using a SlidingDrawer to show some selected Facebook contacts. When open, how c开发者_JAVA技巧an I make it scrollable to be able to see all the contacts if the total width of my SlidingDrawer's handle + content is greater than the width of my screen (eg if there are more than 6 contacts to be shown in the bottom image shown below)?
Thanks
I'd try putting the drawer's content in a HorizontalScrollView
, or using a Gallery
.
精彩评论