add EditText's hint. But Spinner's prompt MUST be a reference -- fuck you Android -- so I need another way to do this

This commit is contained in:
Eric House 2014-04-09 07:28:31 -07:00
parent 812c54f598
commit edf720c58c

View file

@ -19,6 +19,9 @@ g_xmlTypes = [
{ 'elemName': 'CheckBox',
'attrType' : '{http://schemas.android.com/apk/res/android}text'
},
{ 'elemName': 'EditText',
'attrType' : '{http://schemas.android.com/apk/res/android}hint'
},
]