mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
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:
parent
812c54f598
commit
edf720c58c
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue