vozhyk- / kanji-assist

A Rikaichan-like Assist application for Android
Apache License 2.0
0 stars 0 forks source link

'hint' of EditText's is ignored #14

Open vozhyk- opened 7 years ago

vozhyk- commented 7 years ago

Usually, when nothing is entered into an EditText, it has a 'hint' text displayed instead. It should be also possible to show the dictionary for it.

Use getHint() instead of getText() when the latter is empty.

vozhyk- commented 7 years ago

Test fixture: edittext_hint. Empty EditTexts with hints aren't recreated.

edittext_hint_pre edittext_hint_post - empty EditText's with hints not recreated