0

对于旧版本我可以停止微光,新版本无法停止微光,

旧版本详情

implementation 'com.facebook.shimmer:shimmer:0.1.0@aar'//using aar 
implementation 'com.facebook.shimmer:shimmer:0.1.0' //using jar
startshimmeranimation(),
stopShimmerAnimation()

New Version Details

implementation 'com.facebook.shimmer:shimmer:0.5.0@aar'
implementation 'com.facebook.shimmer:shimmer:0.5.0'
startShimmer()
stopShimmer() 

Note:latest version startshimmeranimation/stopshimmeranimation not there,
please help me get out this issue.

Thanks......
4

1 回答 1

1

完成后使用shimmer.setVisibility(View.GONE);而不是stopShimmer()

同样,在开始微光调用之前shimmer.setVisibility(View.VISIBLE);,微光是可见的。

于 2021-10-11T21:43:38.897 回答