admin
2021-07-28 c0269fcfa876b9c5cf309b2006462b4d09c5ef95
library-mine/src/com/lcjian/library/widget/ShelfView.java
@@ -60,7 +60,7 @@
        SpotlightDrawable end = new SpotlightDrawable(context, this, R.drawable.spotlight_blue);
        end.disableOffset();
        
        TransitionDrawable transition = new TransitionDrawable(new Drawable[]{start, end});
        TransitionDrawable transition = new TransitionDrawable(start, end);
        drawable.addState(new int[] { android.R.attr.state_pressed }, transition);
        final SpotlightDrawable normal = new SpotlightDrawable(context, this);