Android编写应用的布局说明.docVIP

  • 6
  • 0
  • 约6.44千字
  • 约 7页
  • 2016-12-03 发布于江苏
  • 举报
代 首先来看Demo中view包下面的ImageSwitcher1.java,DEMO实现的效果就是在Activity下面有一个小的的画效果。首先来看下它的布局文件: ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent ImageSwitcher android:id=@+id/switcher android:layout_width=fill_parent android:layout_height=fill_parent android:layout_alignParentTop=true android:layout_alignParentLeft=true / Gallery android:id=@+id/gallery android:background= android:layout_width=fill_parent android:layout_height=60dp android:layout_alignParentBottom=true android:layout_

文档评论(0)

1亿VIP精品文档

相关文档