文档介绍:<? 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