|
@@ -74,13 +74,14 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <androidx.cardview.widget.CardView
|
|
|
+ <com.google.android.material.card.MaterialCardView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_marginStart="@dimen/divider_60px"
|
|
|
android:layout_marginTop="@dimen/divider_35px"
|
|
|
android:layout_marginEnd="@dimen/divider_60px"
|
|
|
android:layout_marginBottom="@dimen/divider_27px"
|
|
|
+ android:theme="@style/Theme.MaterialComponents.NoActionBar"
|
|
|
app:cardBackgroundColor="@android:color/white"
|
|
|
app:cardCornerRadius="@dimen/divider_20px"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -94,13 +95,22 @@
|
|
|
android:layout_gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rvType"
|
|
|
+ <com.google.android.material.card.MaterialCardView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_55px"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="@dimen/divider_26px"
|
|
|
- app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
+ android:theme="@style/Theme.MaterialComponents.NoActionBar"
|
|
|
+ app:cardCornerRadius="@dimen/divider_20px"
|
|
|
+ app:strokeColor="@color/color_FF2B70FF"
|
|
|
+ app:strokeWidth="@dimen/divider_2px">
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rvType"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
+ </com.google.android.material.card.MaterialCardView>
|
|
|
|
|
|
<Button
|
|
|
android:layout_width="match_parent"
|
|
@@ -123,7 +133,7 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- </androidx.cardview.widget.CardView>
|
|
|
+ </com.google.android.material.card.MaterialCardView>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
</layout>
|