[Android] Reduce progress bar in video list cards

Geoffrey Métais git at videolan.org
Mon Dec 17 11:44:53 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Dec 17 11:44:34 2018 +0100| [1bccb8ac9b8a237c1ac6216452d83673afc3b830] | committer: Geoffrey Métais

Reduce progress bar in video list cards

> https://code.videolan.org/videolan/vlc-android/commit/1bccb8ac9b8a237c1ac6216452d83673afc3b830
---

 vlc-android/res/layout/video_list_card.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/video_list_card.xml b/vlc-android/res/layout/video_list_card.xml
index d6195b1c3..80624e07d 100644
--- a/vlc-android/res/layout/video_list_card.xml
+++ b/vlc-android/res/layout/video_list_card.xml
@@ -131,7 +131,7 @@
             android:id="@+id/ml_item_progress"
             style="@android:style/Widget.ProgressBar.Horizontal"
             android:layout_width="0dp"
-            android:layout_height="4dp"
+            android:layout_height="3dp"
             android:background="@color/black"
             vlc:layout_constraintStart_toStartOf="@+id/ml_item_thumbnail"
             vlc:layout_constraintBottom_toBottomOf="@+id/ml_item_thumbnail"



More information about the Android mailing list