You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.
Show/Hide text is less mental strain to understand and can be localised.
Add two new attributes show_text and hide_text and corresponding java methods.
If text set then use this in preference over drawable
Suggestion: treat the text as a drawable create inner class that extends Drawable. This way it can just be handled as a drawable and the logic of the view can stay the same (not if text do this). If possible get the typeface from the edittext in case a custom font has been set.
The text was updated successfully, but these errors were encountered:
Show/Hide text is less mental strain to understand and can be localised.
show_text
andhide_text
and corresponding java methods.Suggestion: treat the text as a drawable create inner class that extends Drawable. This way it can just be handled as a drawable and the logic of the view can stay the same (not if text do this). If possible get the typeface from the edittext in case a custom font has been set.
The text was updated successfully, but these errors were encountered: