Merge pull request #113 from lishoujun/develop

change the list image's padding. from 12 to 0.
This commit is contained in:
Stefan Schüller 2019-01-27 15:35:34 +01:00 committed by GitHub
commit 3643f28f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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>

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