浏览代码

[카테고리메인][Bug] This Week 클릭시 이미지 한쪽으로 쏠림 현상 해결

Hasemi 7 年之前
父节点
当前提交
54a409db23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/main/res/layout/main_fifth_category_linear_view.xml

+ 2 - 2
app/src/main/res/layout/main_fifth_category_linear_view.xml

@@ -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"