| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_marginTop="15dp" |
| | | android:layout_marginTop="7dp" |
| | | android:layout_marginHorizontal="16dp" |
| | | android:text="缓解压力" |
| | | android:textSize="18sp" |
| | | android:textSize="16sp" |
| | | android:singleLine="true" |
| | | android:ellipsize="end" |
| | | android:textColor="@color/white" |
| | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginTop="3dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | app:layout_constraintStart_toStartOf="@id/tv_title" |
| | | app:layout_constraintEnd_toStartOf="@id/iv" |
| | |
| | | android:singleLine="true" |
| | | android:ellipsize="end" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="15dp" |
| | | android:layout_marginBottom="8dp" |
| | | android:text="缓解压力" |
| | | android:textSize="11sp" |
| | | android:textColor="@color/white" |