问题现象:

当有几排chechebox的时候,你总会发现:在点击一个checkbox的时候其它的checkbox状态在发生改变,问题的本质是焦点所致。


解决方法:

<LinearLayout        android:layout_width="fill_parent"        android:layout_height="wrap_content"        android:layout_marginLeft="5dip"        android:layout_marginTop="15dip"        android:orientation="horizontal" >        <CheckBox            android:id="@+id/cb_so2"            style="@style/Theme.AdjustCB"            android:layout_width="fill_parent"            android:layout_height="wrap_content"            android:layout_weight="1"            android:focusable="false"      android:focusableInTouchMode="false"            android:text="SO2"            android:textColor="@android:color/white" />        <CheckBox            android:id="@+id/cb_no"            style="@style/Theme.AdjustCB"            android:layout_width="fill_parent"            android:layout_height="wrap_content"            android:layout_weight="1"            android:focusable="false"      android:focusableInTouchMode="false"            android:text="NO"            android:textColor="@android:color/white" />        <CheckBox            android:id="@+id/cb_no2"            style="@style/Theme.AdjustCB"            android:layout_width="fill_parent"            android:layout_height="wrap_content"            android:layout_weight="1"            android:focusable="false"      android:focusableInTouchMode="false"            android:text="NO2"            android:textColor="@android:color/white" /></LinearLayout>

即将CheckBox设置为:android:focusable="false"android:focusableInTouchMode="false"

更多相关文章

  1. android.app.Activity 的介绍
  2. 【Android之隐藏状态栏、设置全屏、取消全屏】
  3. Android核心分析(19)----电话系统之GSMCallTacker
  4. android wifi连接打印机并获取打印机状态
  5. Android通话和数据传输过程分析
  6. 关于如何获取android状态栏高度
  7. Android(安卓)开发 —— Android四大组件
  8. 事件分发系列—View中的dispatchTouchEvent和onTouchEvent分析
  9. Android(安卓)Activity 生命周期

随机推荐

  1. android NDK/JNI-实例开发流程
  2. android Toolbar的使用结合状态栏与返回
  3. 【Android Audio】Android Audio System
  4. Android SDK目录结构和工具介绍
  5. Android recyclerview更新item位置移动
  6. 【荐货】Android主流技术知多少?
  7. Android音频系统之四AudioPolicy
  8. Android SQLite Shell
  9. 谈谈移动应用开发环境
  10. Android 使用WebView