Export to GitHub

droiddraw - issue #264

When reading file, AutoCompleteTextView text attribute is ignored.


Posted on Nov 22, 2012 by Happy Rabbit

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.

Comment #1

Posted on Nov 29, 2012 by Massive Elephant

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

Attachments

Status: New

Labels:
Type-Defect Priority-Medium