如何管理textview的焦点,如listview中管理复选框焦点

时间:2014-08-06 06:32:30

标签: android listview textview focus

如何管理textview的焦点,例如在listview中管理复选框焦点(如果我点击listitem中的复选框,则仅点击复选框,如果我点击{{1没有单击复选框)。我试过的是:

  • listitem可专注于真实。但textview无法点击
  • listitem textview是的。但focusableInTouchMode无法点击

1 个答案:

答案 0 :(得分:1)

您可以在列表中使用selectors作为精彩视图。

或者如果你需要更困难的东西(TextView的行为必须做同样的工作,如CheckBox),那么你有两种解决方法

1)使用带有参数的CheckBox视图

android:button="@null"
android:background="@drawable/my_custom_selector_for_state"

2)点击并在适配器中的 getView(...)方法中设置后,“记住”项目对象中TextView的背景颜色