020707_信息提示框:Toast.pptVIP

  • 1
  • 0
  • 约4.45千字
  • 约 12页
  • 2018-05-21 发布于江苏
  • 举报
?xml version=1.0 encoding=utf-8? LinearLayout ? 线型布局管理器 xmlns:android=/apk/res/android android:id=@+id/MyLayout ? 布局管理器ID android:orientation=vertical ? 所有组件垂直排列 android:layout_width=fill_parent ? 布局管理器宽度为屏幕宽度 android:layout_height=fill_parent ? 布局管理器高度为屏幕高度 Button ? 定义按钮 android:id=@+id/but ? 组件ID,程序中使用 android:text=自定义风格的Toast提示框 ? 默认显示文字 android:layout_width=fill_parent ? 组件宽度为屏幕宽度 android:layout_height=wrap_content/ ? 组件高度为文字高度 /LinearLayout public class MyToastDemo extends Activity { private Button but = null ; // 定义按钮组件 @Override public void onCreate(B

文档评论(0)

1亿VIP精品文档

相关文档