android - Fancycoverflow layout not showing images properly -
i asked same issue not answer properly,i trying implement fancy cover flow in project not show desired output,i getting space between 2 images follow tutorial
https://github.com/davidschreiber/fancycoverflow
i asked question here
you can configure coverflow using these functions:
fancycoverflow = (fancycoverflow) findviewbyid(r.id.coverflow_products); fancycoverflow.setunselectedalpha(1.0f); fancycoverflow.setunselectedsaturation(1.0f); fancycoverflow.setunselectedscale(1.0f); fancycoverflow.setspacing(10); fancycoverflow.setmaxrotation(0); fancycoverflow.setscaledowngravity(0.01f); fancycoverflow.setreflectionenabled(true); fancycoverflow.setreflectionratio(0.000001f); fancycoverflow.setreflectiongap(0); fancycoverflow.setactiondistance(fancycoverflow.action_distance_auto);
Comments
Post a Comment