android-sliding

SlidingUpPanelLayout and ScrollView

爷,独闯天下 提交于 2019-11-26 20:22:03
问题 I have a SlidingUpPanelLayout that holds a image as a top view, and a view pager that needs to slide. The viewpager has 3 fragments and two of them are list views. So I want to be able to expand the view pager on pulling up, and once the view pager is up I want to be able to scroll the scrollviews inside the fragments. But when pulling down on the scrollview in case there is no more to scroll, I want to start collapsing the viewpager . So please suggest how to make the SlidingUpPanelLayout

Android - Making Sliding Drawer to slide from Left-to-Right

冷暖自知 提交于 2019-11-26 08:24:25
问题 I have implemented \"Sliding Drawer\" in my application using the below XML layout: (I got this example from androidpeople.com) <LinearLayout android:id=\"@+id/LinearLayout01\" android:layout_width=\"fill_parent\" android:layout_height=\"fill_parent\" xmlns:android=\"http://schemas.android.com/apk/res/android\" android:background=\"@drawable/androidpeople\"> <SlidingDrawer android:layout_width=\"wrap_content\" android:id=\"@+id/SlidingDrawer\" android:handle=\"@+id/slideHandleButton\" android