We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if TaggerString.from(String) took a CharSequence instead of a String and thus could be used with Resources.getText(int).
TaggerString.from(String)
CharSequence
String
Resources.getText(int)
The text was updated successfully, but these errors were encountered:
Hi,
Very good idea. Thanks.
2014-10-27 7:15 GMT+01:00 keyboardr [email protected]:
It would be great if TaggerString.from(String) took a CharSequence instead of a String and thus could be used with Resources.getText(int). — Reply to this email directly or view it on GitHub #1.
— Reply to this email directly or view it on GitHub #1.
Pozdrawiam,
Marcin Polak
Sorry, something went wrong.
No branches or pull requests
It would be great if
TaggerString.from(String)
took aCharSequence
instead of aString
and thus could be used withResources.getText(int)
.The text was updated successfully, but these errors were encountered: