setBackgroundResource doesn't set the image

前端 未结 6 1576
青春惊慌失措
青春惊慌失措 2020-12-22 07:44
    Handler hnd = new Handler() {

    @Override
    public void handleMessage(Message msg) {

        int id = sequence.get(msg.arg1);

        if(msg.arg1 % 2 == 0         


        
6条回答
  •  鱼传尺愫
    2020-12-22 08:34

    This is a wrong way to achieve it. This may help you. http://developer.android.com/guide/topics/graphics/2d-graphics.html#tween-animation

提交回复
热议问题