[Android] Audio player: add space between list and controls

Geoffrey Métais git at videolan.org
Wed Jul 3 13:37:46 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jul  3 11:50:20 2019 +0200| [640a274d80ba791ed11498c48b5c56f9c55a6d84] | committer: Geoffrey Métais

Audio player: add space between list and controls

> https://code.videolan.org/videolan/vlc-android/commit/640a274d80ba791ed11498c48b5c56f9c55a6d84
---

 vlc-android/res/layout/audio_player.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index ff8a1a39a..9e1116b8f 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -198,6 +198,7 @@
             android:visibility="@{showCover ? View.GONE : View.VISIBLE}"
             android:layout_gravity="center_horizontal"
             android:background="?attr/background_default"
+            android:layout_marginBottom="8dp"
             android:paddingBottom="@dimen/listview_bottom_padding" />
 
         <org.videolan.vlc.gui.view.CoverMediaSwitcher
@@ -246,19 +247,6 @@
             app:layout_constraintBottom_toTopOf="@+id/timeline"
             app:layout_constraintStart_toStartOf="parent" />
 
-        <!--<View-->
-        <!--android:layout_width="0dp"-->
-        <!--android:layout_height="0dp"-->
-        <!--android:background="@color/transparent"-->
-        <!--android:outlineProvider="bounds"-->
-        <!--android:clipToPadding="false"-->
-        <!--app:layout_constraintLeft_toLeftOf="parent"-->
-        <!--app:layout_constraintRight_toRightOf="parent"-->
-        <!--app:layout_constraintTop_toBottomOf="@+id/songs_list"-->
-        <!--android:id="@+id/view"-->
-        <!--android:elevation="8dp"-->
-        <!--app:layout_constraintBottom_toBottomOf="parent"/>-->
-
         <SeekBar
             android:id="@+id/timeline"
             android:layout_width="0dp"



More information about the Android mailing list