[Android] Video player playlist UI fix

Nicolas Pomepuy git at videolan.org
Thu Jul 11 13:16:40 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Thu Jul 11 12:08:28 2019 +0200| [35a1f1c400e09bec8f41fa999e1665e277251ed2] | committer: Geoffrey Métais

Video player playlist UI fix

> https://code.videolan.org/videolan/vlc-android/commit/35a1f1c400e09bec8f41fa999e1665e277251ed2
---

 vlc-android/res/layout/player.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/player.xml b/vlc-android/res/layout/player.xml
index 286d81450..5510998b7 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -107,7 +107,9 @@
                 app:layout_constraintTop_toTopOf="parent"
                 android:paddingLeft="8dp"
                 android:paddingRight="8dp"
-                android:layout_marginTop="8dp">
+                android:background="@color/playerbackground"
+                android:paddingTop="4dp"
+                android:paddingBottom="2dp">
 
             <EditText
                     android:layout_width="match_parent"
@@ -131,7 +133,8 @@
                 app:layout_constraintEnd_toEndOf="parent"
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintBottom_toBottomOf="parent"
-                android:layout_marginTop="8dp"
+                android:paddingTop="8dp"
+                android:clipToPadding="false"
                 app:layout_constraintTop_toBottomOf="@+id/playlist_search_text"/>
     </androidx.constraintlayout.widget.ConstraintLayout>
 



More information about the Android mailing list