|
|
@@ -3,7 +3,7 @@
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<ImageView
|
|
|
@@ -16,12 +16,16 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:src="@color/C999999"
|
|
|
+ tools:src="@drawable/banner_bg_1"
|
|
|
/>
|
|
|
|
|
|
<View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ app:layout_constraintStart_toStartOf="@id/image_view_item"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/image_view_item"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/image_view_item"
|
|
|
+ app:layout_constraintEnd_toEndOf="@id/image_view_item"
|
|
|
android:background="@drawable/rectangle_dim_contents_detail_total"
|
|
|
/>
|
|
|
|