Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

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

Closed
eddydn opened this issue Aug 10, 2017 · 4 comments
Closed

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

eddydn opened this issue Aug 10, 2017 · 4 comments

Comments

@eddydn
Copy link

eddydn commented Aug 10, 2017

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
Copy link
Owner

cenkgun commented Aug 10, 2017

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
Copy link

bagustyo92 commented Aug 10, 2017

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

@cenkgun
Copy link
Owner

cenkgun commented Aug 10, 2017

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

@cenkgun cenkgun closed this as completed Aug 10, 2017
@muthayashm
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants