From e60761fa724fcc2b5fb45e94a9cf29d07626a671 Mon Sep 17 00:00:00 2001 From: lishoujun Date: Sat, 19 Jan 2019 23:29:14 +0800 Subject: [PATCH 1/4] change the list image's padding. from 12 to 0. --- app/src/main/res/layout/row_video.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> Date: Sat, 19 Jan 2019 23:29:14 +0800 Subject: [PATCH 2/4] change the list image's padding. from 12 to 0. --- app/src/main/res/layout/row_video.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> Date: Sat, 26 Jan 2019 19:25:42 +0800 Subject: [PATCH 3/4] add fdroid and release version to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32f53df..a06db42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@

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/)

From 3e1dc090d50452c8c5222a4f5487abc7b9b935ad Mon Sep 17 00:00:00 2001 From: lishoujun Date: Sat, 26 Jan 2019 19:27:33 +0800 Subject: [PATCH 4/4] change the list image's padding. from 12 to 0. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a06db42..cca7e40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@

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/)