Android程序意外终止问题
昨天写Android测试程序,程序老是提示“程序 XXX 意外终止”,后来发现是由于在layout中没有配置Button的android:layout_width和android:layout_height属性。