Skip to content
世外桃源 edited this page Jul 7, 2015 · 1 revision

This is the sample for implementation for SliderLayout

   <com.hkm.slider.SliderLayout
            android:id="@+id/slider"
            android:layout_width="match_parent"
            android:layout_height="200dp"
            custom:auto_cycle="true"
            custom:image_button_l="@drawable/myarrowl"
            custom:indicator_visibility="visible"
            custom:lns_use_presentation="Dots"
            custom:pager_animation="Accordion"
            custom:pager_animation_span="1100"
            custom:slider_side_buttons="true" />
Clone this wiki locally