Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ic_check not showing on Samsung 7.1.1 (API 25) #15

Closed
squeeish opened this issue Apr 23, 2018 · 5 comments
Closed

ic_check not showing on Samsung 7.1.1 (API 25) #15

squeeish opened this issue Apr 23, 2018 · 5 comments

Comments

@squeeish
Copy link

squeeish commented Apr 23, 2018

What kind of issue is this?

UI bug on Android 7.1.1 Samsung Tablet (of course it's a Samsung)

ezgif com-optimize

Details

I cannot replicate this issue on emulators or actual devices. It seems to be an issue with trimPathStart/trimPathEnd. Notice how the check mark appears briefly after resetting the view.

@sumaro
Copy link

sumaro commented Nov 12, 2018

ic_check.xml in drawable-v25
add android:trimPathStart="0.01"

ic_check is visiable but without animation

@cortinico
Copy link
Owner

@sumaro Can you provide more context? Are you having the same problem?

@sumaro
Copy link

sumaro commented Nov 21, 2018

@cortinico I copy library "slidetoact" to my project , and fix "ic_check.xml"

<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="48.0" android:viewportWidth="48.0"> <path android:name="check" android:fillColor="#00000000" android:pathData="m7.21,25.35l10.3,10.37l23.29,-23.43" android:strokeColor="#3D98DE" android:strokeWidth="3.5" /> </vector>.

or you can delete "ic_check.xml" in drawable-v25

@cortinico
Copy link
Owner

Is this still valid @squeeish?
Or can I close it?

@squeeish
Copy link
Author

Hi @cortinico I'm closing this as I cannot remember anymore. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants