| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:background="?attr/pageBackgroundColor" |
| | | > |
| | | |
| | | <com.android.app_base.widget.ExtendTitleBar |
| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:title="健康保健" |
| | | app:titleGravity="left" |
| | | app:leftIcon="@drawable/ic_back" |
| | | > |
| | | |
| | | <FrameLayout |
| | |
| | | android:layout_marginTop="10dp" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="2dp" |
| | | app:cardBackgroundColor="@color/white" |
| | | tools:layout_height="wrap_content" |
| | | > |
| | | <LinearLayout |
| | |
| | | android:layout_marginTop="10dp" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="2dp" |
| | | app:cardBackgroundColor="@color/white" |
| | | tools:layout_height="wrap_content" |
| | | > |
| | | <LinearLayout |