| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout 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="@dimen/dp_150" |
| | | android:background="@color/text_F5F7FA"> |
| | | android:layout_height="@dimen/dp_115"> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | |
| | | android:id="@+id/item_content_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_marginStart="20dp" |
| | | android:layout_marginTop="16dp" |
| | | android:layout_marginStart="16dp" |
| | | android:layout_marginTop="19dp" |
| | | android:layout_marginEnd="@dimen/dp_5" |
| | | android:gravity="center_vertical" |
| | | android:textColor="@color/text_90000000" |
| | | android:textSize="@dimen/text_16" |
| | | android:ellipsize="end" |
| | | android:gravity="center_vertical" |
| | | android:singleLine="true" |
| | | android:textStyle="bold" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_16" |
| | | app:layout_constraintEnd_toStartOf="@+id/item_estate_tv" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | |
| | | android:id="@+id/item_home_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="@dimen/dp_24" |
| | | android:textColor="@color/text_40000000" |
| | | android:layout_marginTop="@dimen/dp_6" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_12" |
| | | app:layout_constraintStart_toStartOf="@+id/item_content_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/item_content_tv" /> |
| | |
| | | android:id="@+id/item_time_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_14" |
| | | android:layout_marginTop="@dimen/dp_6" |
| | | android:gravity="center_vertical" |
| | | android:textColor="@color/text_40000000" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_12" |
| | | app:layout_constraintStart_toStartOf="@+id/item_home_name_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/item_home_name_tv" /> |