Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods for setting EditText text #23

Closed
IanGClifton opened this issue May 18, 2015 · 1 comment
Closed

Methods for setting EditText text #23

IanGClifton opened this issue May 18, 2015 · 1 comment
Assignees

Comments

@IanGClifton
Copy link
Owner

Need some pass-through methods for setting the EditText:

setText(int resid)
setText(char[] text, int start, int len)
setText(int resid, TextView.BufferType type)
setText(CharSequence text)
setText(CharSequence text, TextView.BufferType type)

Plus equivalent methods for setting the text without triggering an animation.

@IanGClifton IanGClifton self-assigned this May 18, 2015
IanGClifton added a commit that referenced this issue May 19, 2015
This allows you to more easily programmatically set the text of the EditText and completes Issue #23.
@IanGClifton
Copy link
Owner Author

Added in v1.0.4, which is going to Maven Central now.

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

No branches or pull requests

1 participant