| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_marginTop="25dp" |
| | | android:textColor="@color/textColor" |
| | | android:singleLine="true" |
| | | android:ellipsize="end" |
| | | tools:text="心里咨询课程" |
| | | android:textStyle="bold" |
| | | android:layout_marginStart="20sp" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/webView" |
| | | android:layout_marginStart="21dp" |
| | | android:background="@color/page_bg" |
| | | android:layout_marginTop="19dp"/> |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | |
| | | android:id="@+id/iv_contact" |
| | | android:src="@mipmap/ic_contact" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginEnd="4dp" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="180dp"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |