소스 검색

homelist大小修改回自适应

zengjiebin 7 년 전
부모
커밋
be9509e0a1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/src/main/res/layout/adp_homelist_gridview_new.xml

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

@@ -17,8 +17,8 @@
 
         <ImageView
             android:id="@+id/gridview_item_icon_iv"
-            android:layout_width="50dp"
-            android:layout_height="50dp"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
             android:adjustViewBounds="true"
             android:src="@mipmap/home_try_play_circle_bg"/>