diff --git a/README.md b/README.md index 32f53df..cca7e40 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Android PeerTube Client +[![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/) +

diff --git a/app/src/main/res/layout/row_video.xml b/app/src/main/res/layout/row_video.xml index a02de1c..c8d2a26 100644 --- a/app/src/main/res/layout/row_video.xml +++ b/app/src/main/res/layout/row_video.xml @@ -12,7 +12,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:padding="12dp"> + android:padding="0dp">