pcy1022
Results
1
issues of
pcy1022
/** * 设置播放语音的动画 * * @param drawableResoureId */ public void setPlayingIconDrawableResoure(int drawableResoureId) { isSetingPlayingIcon = true; voiceIconView.setImageResource(R.drawable.voice_to_icon); }