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