You can also change the icons for the views like this. audioRecordView.setAudioRecordButtonImage(R.drawable.record_audio_ic); audioRecordView.setSendButtonImage(R.drawable.send_msg_ic); this is not working.
You can also change the icons for the views like this.
audioRecordView.setAudioRecordButtonImage(R.drawable.record_audio_ic);
audioRecordView.setSendButtonImage(R.drawable.send_msg_ic);
this is not working.