|
@@ -39,17 +39,19 @@
|
|
|
android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="服务套餐"
|
|
|
- android:textColor="@android:color/black"
|
|
|
- android:textSize="@dimen/divider_36px"
|
|
|
- android:textStyle="bold"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+
|
|
|
+ <androidx.cardview.widget.CardView
|
|
|
+ android:layout_width="@dimen/divider_237px"
|
|
|
+ android:layout_height="@dimen/divider_68px"
|
|
|
+ app:cardBackgroundColor="@android:color/white"
|
|
|
+ app:cardCornerRadius="@dimen/divider_39px"
|
|
|
+ app:cardElevation="@dimen/divider_4px"
|
|
|
+ app:contentPadding="@dimen/divider_4px"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
+
|
|
|
+ </androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|