Android开发学习笔记:Button事件实现方法的总结
来源:IT的点点滴滴 责任编辑:栏目编辑 发表时间:2013-07-01 08:44 点击:次
下面介绍Button事件实现的两种方法
main.xml
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/hello"
- />
- <Button
- android:id="@+id/myButton1"
- android:text=" 按钮1 "
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- />
- <Button
- android:id="@+id/myButton2"
- android:text=" 按钮2 "
- android:layout_width="wrap_content"
- android:layout_height="wrap_content&
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>