ソースを参照

修复图片显示问题

zengjiebin 8 年 前
コミット
70dfc2493b
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      app/src/main/res/layout/find_item.xml

+ 2 - 0
app/src/main/res/layout/find_item.xml

@@ -46,6 +46,8 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginTop="@dimen/dp_10"
+        android:scaleType="fitXY"
+        android:adjustViewBounds="true"
         android:src="@mipmap/icon" />
 
     <RelativeLayout