|
@@ -10,11 +10,20 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="188dp"
|
|
|
android:adjustViewBounds="true"
|
|
|
- android:scaleType="fitXY"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<View
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_header_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_header_bg"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_header_bg"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_header_bg"
|
|
|
+ android:background="@color/color_40000000"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="0dp"/>
|
|
|
+
|
|
|
+ <View
|
|
|
android:id="@+id/view_status_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1px"
|