我如何知道在 TableLayout 中按下了哪个 TextVIew
我有一个TableLayout
包含几个TableRow
,每个TableRow
有三个TextView
。
问题是当我按下某个TextView
时,我如何知道按下的是哪一个?
我应该为每个 TextView
设置一个 OnClickListener
吗?我不喜欢这样:(
有没有更好的方法来完成这个?
I hava a TableLayout
contains several TableRow
, each TableRow
has three TextView
.
The problem is when I press a certain TextView
, how do I know which one is pressed?
should I set a OnClickListener
for every TextView
? I don't like it this way :(
Is there any better way to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你检查ClickListener源。就像钛应用程序一样,
这只是一个逻辑。通过这个帮助你检查一下。
u check onClickListener source. just like in Titanium Application
It is just a logic. Through this help u check it.
你检查ClickListener源。就像钛应用程序一样,
这只是一个逻辑。通过这个帮助你检查一下。
u check onClickListener source. just like in Titanium Application
It is just a logic. Through this help u check it.