<?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>
normal_item
最新推荐文章于 2024-04-06 14:16:52 发布