Selaa lähdekoodia

homelist大小修改回自适应

zengjiebin 7 vuotta sitten
vanhempi
commit
be9509e0a1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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"/>