|
|
@@ -12,27 +12,20 @@
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvDate"
|
|
|
- android:layout_width="@dimen/divider_226px"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_37px"
|
|
|
android:background="@drawable/bg_evaluation_date"
|
|
|
android:gravity="center"
|
|
|
+ android:paddingStart="@dimen/divider_45px"
|
|
|
+ android:paddingEnd="@dimen/divider_45px"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="@dimen/divider_24px" />
|
|
|
|
|
|
- <com.google.android.material.card.MaterialCardView
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rvEvaluation"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:theme="@style/Theme.MaterialComponents.NoActionBar"
|
|
|
- app:cardCornerRadius="@dimen/divider_28px">
|
|
|
-
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rvEvaluation"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
-
|
|
|
- </com.google.android.material.card.MaterialCardView>
|
|
|
-
|
|
|
+ app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|