android开发 简单的按钮事件
摘要:1.首先布局文件:一个TextView和两个Button 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_width="match_parent" 4 android:layout_height="match_parent" > 5 6 <TextView 7 a
阅读全文
posted @
2012-11-03 14:19
Hello马先生
阅读(304)
推荐(0)