switch都对了还会报错为什么啊!
都对了还会报错为什么啊!
都对了还会报错为什么啊!
2015-12-17
<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"
/>
为什么这样运行程序会停止运行??
举报