xlistview布局

来源:互联网 发布:javascript 创建元素 编辑:程序博客网 时间:2024/06/16 19:39

itemtwo_layout

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="horizontal">    <ImageView        android:id="@+id/imgtwo_01"        android:layout_width="100dp"        android:layout_height="100dp"        />    <TextView        android:id="@+id/texttwo_title"        android:layout_width="match_parent"        android:layout_height="100dp" /></LinearLayout>

原创粉丝点击