都对了还会报错为什么啊!
<switch
android:layout_marginTop="10dp"
android:layout_below="@+id/switch_tv"
android:id="@+id/switch1"
android:typeface="normal"
android:textOff="开"
android:textOn="关"
android:switchMinWidth="40dp"
android:switchPadding="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
为什么这样运行程序会停止运行??
代码贴出来 ,还有就是最好能在本地测试一下 imooc的在线编译器还是有不少bug和延时 都可能导致验证失败
报错代码是什么,报的什么错,都要贴出来,才好帮你检查问题。