|
|
@@ -77,21 +77,16 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <com.google.android.material.card.MaterialCardView
|
|
|
+ <LinearLayout
|
|
|
android:id="@+id/contentLayout"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/divider_32px"
|
|
|
android:minWidth="@dimen/divider_834px"
|
|
|
android:minHeight="@dimen/divider_264px"
|
|
|
- android:theme="@style/Theme.MaterialComponents.NoActionBar"
|
|
|
- app:cardBackgroundColor="@android:color/white"
|
|
|
- app:cardCornerRadius="@dimen/divider_20px"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tvTopic"
|
|
|
- app:strokeColor="@color/color_FF979797"
|
|
|
- app:strokeWidth="@dimen/divider_1px">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvTopic">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/rvSelectedItem"
|
|
|
@@ -99,7 +94,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginBottom="@dimen/divider_23px"
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
- </com.google.android.material.card.MaterialCardView>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
|
android:id="@+id/btnPrevious"
|