changpinggou / droiddraw

Automatically exported from code.google.com/p/droiddraw
1 stars 3 forks source link

When reading file, AutoCompleteTextView text attribute is ignored. #264

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a UI that has a AutoCompleteTextView
2. Set the text attribute to something
3. Save
4. Reopen

What is the expected output? What do you see instead?
Upon reloading the saved layout, the text attribute of the AutoCompleteTextView 
widget ought to be whatever it was when it was saved.  Instead, it is 
"AutoComplete"

What version of the product are you using? On what operating system?
No version appears on the "about" screen.  I'm running this on Linux.

Please provide any additional information below.
Love the program otherwise.

Original issue reported on code.google.com by adammack...@gmail.com on 22 Nov 2012 at 7:35

GoogleCodeExporter commented 9 years ago
Hi,

in class TextView.java
The entries in "String[] propertyNames" must be extended by "android:text".

A patch is attached.

cheers
Frank

PS: is it

Original comment by Dietrich.Frank@gmail.com on 29 Nov 2012 at 11:48

Attachments: