优化
This commit is contained in:
@@ -191,8 +191,8 @@ public class CustomImageView extends androidx.appcompat.widget.AppCompatImageVie
|
||||
int myIndex = index;
|
||||
if (index < 0) {
|
||||
myIndex = 0;
|
||||
}else if (index > 5) {
|
||||
myIndex = 5;
|
||||
}else if (index > 4) {
|
||||
myIndex = 4;
|
||||
}
|
||||
if (isBigImage) {
|
||||
//使用大图bigImgArr
|
||||
|
||||
Reference in New Issue
Block a user