Android EditText in ListView - keyboard

前端 未结 2 1895
太阳男子
太阳男子 2020-12-30 01:14

I\'ve got a problem with my EditText. I use the following adapter:

public class RowTextViewAdapter extends BaseAdapter {

...

  public View get         


        
2条回答
  •  失恋的感觉
    2020-12-30 02:00

    If this is still an issue, take a look at this item: Focusable EditText inside ListView

    This changes may help.

    Change to listview:

    
    

    Change to activity in mainfest.xml:

    
    

提交回复
热议问题