normal_item

来源:互联网 发布:sap软件实施 编辑:程序博客网 时间:2024/05/24 06:18
<?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">    <ImageView        android:id="@+id/x_list_view_image_view"        android:layout_width="80dp"        android:layout_height="80dp" />    <LinearLayout        android:layout_width="match_parent"        android:layout_height="80dp"        android:orientation="vertical">        <TextView            android:id="@+id/x_list_view_text_view_1"            android:layout_width="match_parent"            android:layout_height="0dp"            android:layout_weight="1"            android:gravity="center"/>        <TextView            android:id="@+id/x_list_view_text_view_2"            android:layout_width="match_parent"            android:layout_height="0dp"            android:layout_weight="1"            android:gravity="center"/>    </LinearLayout></LinearLayout>
原创粉丝点击