开发者

Scroll SlidingDrawer view in Android

开发者 https://www.devze.com 2023-02-12 18:21 出处:网络
I\'m using a SlidingDrawer to show some selected Facebook contacts. When open, how c开发者_JAVA技巧an I make it scrollable to beable to see all the contacts if the total width of my SlidingDrawer\'s h

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

Scroll SlidingDrawer view in Android

Scroll SlidingDrawer view in Android


I'd try putting the drawer's content in a HorizontalScrollView, or using a Gallery.

0

精彩评论

暂无评论...
验证码 换一张
取 消