Skip to content

Commit

Permalink
以接口形式加载图片,剔除Glide的依赖。
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanTanSheng committed Jan 15, 2018
1 parent 2183d96 commit a6bbe14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
<com.github.chrisbanes.photoview.PhotoView
android:id="@+id/iv_photo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerInside" />
android:layout_height="match_parent" />
</RelativeLayout>

0 comments on commit a6bbe14

Please sign in to comment.