020710_拖拉图片:Gallery.pptVIP

  • 2
  • 0
  • 约1.03万字
  • 约 19页
  • 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 ? 布局管理器高度为屏幕高度 Gallery ? 定义拖拉图片组件 android:id=@+id/myGallery ? 组件ID,程序中使用 android:gravity=center_vertical ? 水平居中摆放组件 android:spacing=3px ? 显示的间距为3像素 android:layout_width=fill_parent ? 组件宽度为屏幕宽度 android:layout_height=wrap_content/ ? 组件高度为图片高度 /LinearLayout public class MyGalleryDemo extends Activity { private Gallery gall

文档评论(0)

1亿VIP精品文档

相关文档