<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:paddingHorizontal="@dimen/dp_10" android:paddingVertical="@dimen/dp_5"> <TextView android:id="@+id/groupNameView" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="城投湖畔四季城一期中坝七号地块" android:textColor="@color/mainTextColor" android:textSize="@dimen/sp_16" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginVertical="@dimen/dp_5" android:orientation="horizontal"> <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton android:id="@+id/projectAreaView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="@dimen/dp_5" android:paddingHorizontal="@dimen/dp_10" android:text="盘龙区" android:textColor="@color/white" app:qmui_backgroundColor="@color/greenColor" app:qmui_borderWidth="0dp" app:qmui_radius="@dimen/dp_3" /> <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton android:id="@+id/projectTypeView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_5" android:paddingHorizontal="@dimen/dp_10" android:text="品茗" android:textColor="@color/white" app:qmui_backgroundColor="@color/orangeTextColor" app:qmui_borderWidth="0dp" app:qmui_radius="@dimen/dp_3" /> </LinearLayout> <TextView android:id="@+id/projectLocationView" android:layout_width="match_parent" android:layout_height="wrap_content" android:drawablePadding="@dimen/dp_5" android:text="昆明市盘龙区盘江西路与中坝路" android:textColor="@color/subTextColor" app:drawableStartCompat="@drawable/ic_alarm_location" /> </LinearLayout>