facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

Shimmer not working for certain tablets #67

Closed AlexanderEggers closed 5 years ago

AlexanderEggers commented 5 years ago

The Shimmer implementation seems not to work for certain devices (like HUAWEI MediaPad M3 Lite 10). I am using the ShimmerFrameLayout (auto_start = false) and start the shimmer using .startShimmer()

xiphirx commented 5 years ago

Interesting, If you explicitly force the view to use a software layer, does it begin to work?

xiphirx commented 5 years ago

Closing due to inactivity, feel free to comment with more info when you have it.