spatchola / secrets-for-android

Automatically exported from code.google.com/p/secrets-for-android
0 stars 0 forks source link

Add hints to all EditText views #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select any field to edit (i.e. bring up OS keyboard)
2. Go to landscape mode
3.

What is the expected output? What do you see instead?
A hint what text field I am editing. No hint is provided.

What version of the product are you using? On what operating system?
Any I have tested.

Please provide any additional information below.

In the layout files, add

    android:hint="@string/XXX"

for all EditText views. Where XXX is an apropriate hint (typically the same 
as the text label just before). 
See modified list.xml, attached.

Original issue reported on code.google.com by hermanag...@gmail.com on 14 Mar 2010 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the suggestions.  Fixed in revision 76.

Original comment by roge...@gmail.com on 22 May 2010 at 4:12