是否可以为多个孩子创建TouchDelegates?

时间:2015-07-24 19:09:52

标签: android android-view hittest

我的LinearLayout包含多个ImageButtonTextViews。像这样:

+---------+-----------+-------------------+-------+ <- LinearLayout
|    i    |     i     |     text here     |   i   |
+---------+-----------+-------------------+-------+

这些物品难以点击。我想增加他们的可点击面积。似乎TouchDelegate是正确的方法。

但是,view.getParent().setTouchDelegate(new TouchDelegate(r, child))是1:1映射,而不是1:多映射。那么当View有多个孩子需要超出界限时,如何解决这个问题呢?

0 个答案:

没有答案