android-FlipView icon indicating copy to clipboard operation
android-FlipView copied to clipboard

flipview turns white when flipping on note 2 but works fine on htc one x

Open norrisboat opened this issue 9 years ago • 7 comments

norrisboat avatar May 11 '15 09:05 norrisboat

Did you find a solutions for this? it's also turns to white on Galaxy s3..

biechereran avatar Jun 21 '15 07:06 biechereran

@biechereran no.But it works fine now.

norrisboat avatar Jun 22 '15 11:06 norrisboat

I have a problem on Galaxy S3. I tried many S3 and I get this issue add screenshot: before dragging and when I just start to drag.. The half part of the image dissapearing..

20150622_145413_resized 20150622_145424_resized

Any help?

biechereran avatar Jun 22 '15 11:06 biechereran

Can you try to enable/disable hardware acceleration on the device? If no good, try it in your code: <activity android:hardwareAccelerated="true or false" /> or getWindow().setFlags( WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED, WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED); or myView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); I had this problem before, and it is related to the device's hardware/firmware.

ayltai avatar Jun 22 '15 15:06 ayltai

You're Rock! For your information: Hardware acceleration is enabled by default if your Target API level is >=14, but can also be explicitly enabled.. The only way that helped me was this: myView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);

Thanks guys..

biechereran avatar Jun 23 '15 07:06 biechereran

ayltai‘s way can solve it

zjutcmos avatar Apr 24 '17 07:04 zjutcmos

fliping not smooth . flip half a littile jumb

vimalpzr avatar Dec 20 '17 06:12 vimalpzr