qhutch / ElevationImageView

Imageview with elevation shadow
396 stars 46 forks source link

[BUG]Strange white stripes, Android 7.0 #13

Open mptrista opened 6 years ago

mptrista commented 6 years ago

libraryVersion: 2.1 Same applies for lower versions

<com.qhutch.elevationimageview.ElevationImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom" android:layout_weight="1" app:compatEvelation="20dp" app:srcCompat="@drawable/nav_button_right_white" />

What it is image

What it should be 0

The white disappears and the shadow appears as it should on minimizing and maximizing the activity.

Stackoverflow issue

devonEdison commented 5 years ago

hi, did you solve the problem?

qhutch commented 5 years ago

Hi I'm sorry I could not reproduce this issue yet and I don't know where it comes from

devonEdison commented 5 years ago

hi @qhutch , I found this issue on Motorola phone, Moto e4

owenthcarey commented 4 years ago

I also have this issue on Samsung Galaxy J3 Orbit w/ Android version 8.0.0. Still trying to figure out a solution, or I'll have to remove ElevationImageView before App Release and draw the shadows manually :(

ElevationImageView