1 / 11
文档名称:

ListView的使用方法.docx

格式:docx   页数:11页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

ListView的使用方法.docx

上传人:012luyin 2016/6/7 文件大小:0 KB

下载得到文件列表

ListView的使用方法.docx

相关文档

文档介绍

文档介绍:<? xml version = "" encoding = "utf-8" ?> < RelativeLayout xmlns:android = "http://schemas./apk/res/android" android:layout_width = "match_parent" android:layout_height = "match_parent" android:orientation = "vertical" > < ImageView android:id = "@+id/img_photo" android:layout_width = "80dp" android:layout_height = "80dp" android:layout_alignParentLeft = "true" android:layout_alignParentTop = "true" android:layout_marginLeft = "5dp" android:layout_marginTop = "10dp" android:src = "***@drawable/av1" /> < TextView android:id = "@+id/t_name" android:layout_width = "wrap_content" android:layout_height = "wrap_content" android:layout_alignTop = "@+id/img_photo" android:layout_toRightOf = "@+id/img_photo" android:text = "Large Text" android:textSize = "23sp" /> < TextView android:id = "@+id/t_BDM" android:layout_width = "wrap_content" android:layout_height = "wrap_content" android:layout_alignLeft = "@+id/t_name" android:layout_below = "@+id/t_name" android:text = "Large Text" android:textSize = "18sp" /> < Button android:id = "@+id/btn_info" style = "?android:attr/buttonStyleSmall" android:layout_width = "wrap_content" android:layout_height = "wrap_content" android:layout_alignParentRight = "true" android:layout_alignTop = "@+id/t_name" android:layout_marginRight = "5dp" android:text =" 简介" /> < View android:id = "@+id/view1" android:layout_width = "match_parent" android:layout_height = "1dp" android:layout_alignLeft = "@+id/img_photo" android:layout_below = "@+id/img_photo" android:layout_marginTop = "5dp" android:background = "#" /> </ RelativeLayout > 文件<? xml version = "" encoding = "utf-8" ?> < LinearLayout xmlns:android = "http://schemas./apk/res/android" android:layout_width = "match_parent" android:layout_height = "match_parent" android:orientation = "vertical" > < ScrollView android:layout_width = "match_parent" android:layout_height = "match_parent" > < LinearLayout android:layout_width = "match_parent" android:layout_hei