carousel - Implement Horizontal scrool view like carosal in android? -
how implement horizontal scrool view carosal in android
my required o/p screen
when scroll item should centre , show previous , next item screen pieces attached screen
thanks in adavance
you can set required screen or layout inside scroll view tag. bellow .
<scrollview android:layout_width="fill_parent" android:layout_height="380dp" android:background="@drawable/pagebg0" android:scrollbars="vertical || horizontal" android:layout_marginleft="30dp" android:layout_weight="1" android:layout_below="@+id/heading" android:layout_centerhorizontal="true"> </scrollview>
Comments
Post a Comment