openaphid / android-flip

A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android
http://openaphid.github.com/
2.84k stars 1.25k forks source link

Is there a way to set the flip page background to transparent? #117

Open SjoerdvGestel opened 10 years ago

SjoerdvGestel commented 10 years ago

Hi, if you have a flip page that's transparent it will take a gray background while flipping. trying to turn this off does not seem possible.

abhishekmedma commented 10 years ago

Have you solved this issue ?

I am also facing the same problem, please help me out.

Thanks in advance.

SjoerdvGestel commented 10 years ago

No, I've looked in to it and tried some stuff but the design of the app got changed soon after so it was not needed any more.

abhishekmedma commented 10 years ago

Okay fine. can you help me in my stuff, if you have any idea:

when i start flipping view then a black color background will appear, i don't need that.

When i try flipView.setAnimationBitmapFormat(Bitmap.Config.ARGB_4444); it makes background white.

and with flipView.setAnimationBitmapFormat(Bitmap.Config.RGB_565); it makes background black

want it to be transparent. so that my view background will appear only no color patch over it.

Is it possible ?

please let me know the solution.

SjoerdvGestel commented 10 years ago

Nah that's where i got stuck, you might want to compare the latest version against the previous version of the lib. The previous version had transparency if i remember correctly.