|
|
@@ -176,21 +176,28 @@
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ <androidx.cardview.widget.CardView
|
|
|
android:id="@+id/leftLayout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_marginStart="@dimen/divider_40px"
|
|
|
android:layout_marginTop="@dimen/divider_55px"
|
|
|
android:layout_marginBottom="@dimen/divider_48px"
|
|
|
- android:background="@android:color/black"
|
|
|
+ app:cardCornerRadius="@dimen/divider_28px"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintHorizontal_weight="1"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toLeftOf="@id/rightLayout"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/titleLayout">
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ </androidx.cardview.widget.CardView>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/rightLayout"
|