cenkgun / ChatBar

MIT License
68 stars 14 forks source link

Can not add property autoClearText = true in version 1.0.3 #4

Closed eddydn closed 7 years ago

eddydn commented 7 years ago

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

cenkgun commented 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.

bagustyo92 commented 7 years ago

it's same issue with me @eddydn so it means the text on chatbar cannot be clear @CenkGun ?

cenkgun commented 7 years ago

Hi @eddydn @bagustyo92 I updated the project and solved this problem. I added additional features. You can try :)

muthayashm commented 5 years ago

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("");