标签: android view expandablelistview
在我的Expandablelistview中,我有一行手动添加子项。所以我需要获取Edittext的文本。通过使用getFocusedChild(),我可以得到这个,但是当edittext是blanck时,这一行没有聚焦,我无法得到这个视图。最后我得到错误。 有没有办法在不使用焦点方式的情况下查看特定的孩子?
getFocusedChild()
This is my Expandablelistview Picture
答案 0 :(得分:0)
如果在屏幕上显示,则可能会获得视图。我们可以使用expListview.getChildAt(int position)。
expListview.getChildAt(int position)