play/pause button image in notification ,Android

前端 未结 4 513
时光取名叫无心
时光取名叫无心 2020-12-08 22:32

I have implemented music player which fires a custom notification when stream audio is playing.

Everything is working and I can play/pause the audio using the button

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-08 23:34

    Why not using an ImageView instead of ImageButton? With ImageView, you can simply change its appearance with removeViews.setImageViewResource(R.id.button1, R.drawable.pause);

提交回复
热议问题