首页 > 代码库 > 布局修改就保存
布局修改就保存
============问题描述============
<TableRow
android:background="#ffffff"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<CheckBox
android:id="@+id/checkchargekind"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@null"
android:background="#ffffff"
android:textColor="#000000"
android:textSize="20dp"
android:drawableRight="@layout/mycheckbox"
android:gravity="right|center_vertical"
android:text="送货" />
<TextView
android:id="@+id/songhuofei"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#ffffff"
android:gravity="left"
android:layout_marginLeft="13dip"
android:text="送货费:"
android:textColor="#000000"
android:textCursorDrawable="@null"
android:textSize="20dp" />
<CheckBox
android:id="@+id/checktransfer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@null"
android:layout_marginLeft="13dip"
android:background="#ffffff"
android:textColor="#000000"
android:textSize="20dp"
android:drawableRight="@layout/mycheckbox"
android:gravity="right|center_vertical"
android:text="中转" />
<TextView
android:id="@+id/md"
android:background="#ffffff"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left"
android:layout_marginLeft="13dip"
android:text=""
android:textColor="#000000"
android:textCursorDrawable="@null"
android:textSize="20dp" />
</TableRow>
我就是把android:id="@+id/songhuofei" 这个TextView重被别的地方移到这个TableRow里了
结果走到checktransfer=(CheckBox) findViewById(R.id.checktransfer);
就给我报android.widget.TextView cannot be cast to android.widget.CheckBox
这个错误
============解决方案1============
那就用TextView接一下打印出他的值来看看是什么
布局修改就保存
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。