Skip to content

Commit

Permalink
- fix: 图片间距问题
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang committed May 6, 2020
1 parent c253a75 commit 97ed055
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions photolibrary/src/main/res/layout/l_pp_item_photo_picker.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<ImageView
android:id="@+id/imgView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
tools:background="#123456" />
android:scaleType="centerCrop" />

<top.limuyang2.photolibrary.widget.LPPSmoothCheckBox
android:id="@+id/checkView"
Expand Down

0 comments on commit 97ed055

Please sign in to comment.