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

fancycoverflow layout not working properly

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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -