change the list image's padding. from 12 to 0.

This commit is contained in:
lishoujun 2019-01-19 23:29:14 +08:00
parent 75b9b807c6
commit e60761fa72
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="12dp">
android:padding="0dp">
<ImageView