Merge pull request #113 from lishoujun/develop
change the list image's padding. from 12 to 0.
This commit is contained in:
commit
3643f28f9b
@ -2,6 +2,9 @@
|
||||
Android PeerTube Client
|
||||
</h1>
|
||||
|
||||
[![Latest release](https://img.shields.io/github/release/sschueller/peertube-android.svg)](https://github.com/sschueller/peertube-android/releases/latest)
|
||||
[![F-Droid](https://img.shields.io/f-droid/v/net.schueller.peertube.svg)](https://f-droid.org/de/packages/net.schueller.peertube/)
|
||||
|
||||
<h4 align="center">
|
||||
</h4>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="12dp">
|
||||
android:padding="0dp">
|
||||
|
||||
|
||||
<ImageView
|
||||
|
Loading…
Reference in New Issue
Block a user