|
|
@@ -3,13 +3,13 @@
|
|
|
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
|
|
|
android:id="@+id/image_view_main_fifth_category"
|
|
|
- android:layout_width="311dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="311dp"
|
|
|
android:background="@color/C333333"
|
|
|
android:scaleType="fitXY"
|