Change ImageView after few seconds

前端 未结 2 779
你的背包
你的背包 2021-01-26 10:47

I\'m trying to implement a simple activity that will let user to insert a password. I\'ve a gridview with the 9 images to use and 4 imageviews that will be the selected images (

2条回答
  •  太阳男子
    2021-01-26 11:42

    I think you would better use View.postDelayed(Runnable, long) in the onClickListener of your ImageViews to do this.

提交回复
热议问题