android - Using inputType on a TextView in a list item layout -


I have created a ListActivity I have an XML file that defines the layout for this activity. I have an XML file that defines the layout of an item in that list. There are 3 text views inside this item layout. If I add input type = "text" property to one of these text inputs, then when I run into my application emulator, the onListItemClick handler no longer executes.

I have noticed that singleLine = "true" was disliked, which is why I changed it to input type = "text"

Note: i 2.1

Setting input type Possibly the reason for making textviews focusing, and when you have a noticeable element in a ListView line, the row is no longer clickable It only happens.

What to do with users entering InputType will be line = "true" equal to line = "1", input type = "text"

Will not

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -