Vlad

Results 3 comments of Vlad

``` public class GlideSliderView extends DefaultSliderView { public GlideSliderView(Context context) { super(context); } protected void bindEventAndShow(final View v, ImageView targetImageView) { View progressBar = v.findViewById(com.daimajia.slider.library.R.id.loading_bar); if (progressBar != null) {...

I caught this issue on some Android devices and on all iOS devices. The only one solution helped me - it is to use "Size constraints : Power of 2"...

@mitko9000 Hi. It is possible, but you need to do it by yourself. The main idea is to change XY coordinates with glTranslatef(x,y). In the current realization of "coverflow_library" I...