-
Notifications
You must be signed in to change notification settings - Fork 220
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
SomeTimes hint text not showing #34
Comments
Same behaviour with password fields and/or custom background. Partially fixed by using standard android animations instead of NineOldAndroid. |
+1. Bug found using this layout also:
Steps to reproduce: |
I am not able to reproduce this, it might be something like this: http://stackoverflow.com/questions/17994263/edittext-gettext-tostring-sometimes-returns Could you try replacing: |
Hint disappear when close keyboard.
|
When I use setText() on onCreate, hint text not showing too :/ |
Same here, and I cant access to the setShowHint(boolean) |
+1 |
When I try to write something and hide keyboard the hint not showing. Could you please fix this issue?
For example if we set text input type as password and background as shape.
Here is my code
style.xml <style name="ncv_edit_text_style">
match_parent
@dimen/activity_edit_text_height
@color/text_color_black
@color/text_color_black
@dimen/activity_text_size_small
@drawable/edit_text_bg
@dimen/activity_edit_text_inner_padding
@dimen/activity_edit_text_inner_padding
@dimen/activity_edit_text_inner_padding
bottom
</style>
edit_text_bg
The text was updated successfully, but these errors were encountered: