LeoDroid

Results 4 comments of LeoDroid

Solved this issue. I created custom SliderView: ``` import android.content.Context; import android.graphics.Color; import android.view.LayoutInflater; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import com.daimajia.slider.library.R.id; import com.daimajia.slider.library.R.layout; import com.daimajia.slider.library.SliderTypes.BaseSliderView; public class CustomSliderView extends...

Thank you. I modified Your code a little (as your didn't work in my case as I OnImageLoadListener didn't work at all) and it solved two troubles. So slider starts...

You will probably have to customize the library. You need to change FixedLayout and remove toast from the populateInternal() method

just use setSelectedIndex() on the menu layout