I'd like to create a sliding view showing facebook contacts at the bottom of the screen.
When clicking on the facebook logo, as shown in top image, I'll show a facebook login form, and once logged in, clicking on the facebook logo will slide in/out the view (bottom image shows view after slide out). The view will contain pictures of some selected facebook contacts (not all, say up to 10), so the view should be scrollable to be able to see selected contacts.
I found SlidingDrawer, but it seems it requires two separate children views, one for handle, another for content, while I want one view, with only a selected area shown when slidden in.
Any suggestion on the best way to achieve this?
Thank you
Couldn't this be done with a simple ScrollView using the smoothScrollTo method?
ScrollView.smoothScrollTo