Closed eddydn closed 7 years ago
Hi @eddydn , This project continues to develop. The feature you mentioned is not yet implemented. If you want, you can contribute to the project for this feature.
it's same issue with me @eddydn so it means the text on chatbar cannot be clear @CenkGun ?
Hi @eddydn @bagustyo92 I updated the project and solved this problem. I added additional features. You can try :)
Add this line above onCreate() method. EditText msg;
and add the code below, wherever you want to clear the message box msg = findViewById(R.id.messageEditText); msg.setText("");
My dear
I've add property
app:autoClearText="true" to ChatBarView but Android Studio show error "No resource identifier found..."
I've check your newest source code of this library and not find this property define in attr.xml