|
|
@@ -4,15 +4,15 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="311dp"
|
|
|
>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_main_fifth_category"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="311dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:background="@color/C333333"
|
|
|
- android:scaleType="fitXY"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
tools:src="@drawable/img_bestbucket_3"
|
|
|
/>
|
|
|
|