单击列表视图中的元素时展开列表视图
我是android开发的初学者,谁能告诉我当我点击列表中的一个元素(比如图像图标)时如何展开列表。
I am beginner in the android development, can any one tell me how to expand a list when I click on an element of it say an image icon.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这对我来说是这样的,由于隐私原因,我无法在这里编写整个代码
现在,当我单击该图标时,位于其下方的文本视图变得可见,从而解决了问题。
This does it for me, due to privacy I can't write the whole code here
Now when I click the icon, the text view placed below to it, becomes visible and thus has solved the question.
看一下 ExpandableListView 和 ExpandableListAdapter
Take a look at ExpandableListView and ExpandableListAdapter
以下是执行此操作的示例代码片段: ExpandableList1.java
您甚至可以在 Android SDK 文件夹中找到它
Here is the example code snippet to do it : ExpandableList1.java
You can even find it in your Android SDK folder