[Android] Fix audio player progressbar shrinking in landscape

Nicolas Pomepuy git at videolan.org
Tue Aug 20 09:03:16 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Tue Aug 20 08:43:46 2019 +0200| [4ae01d26bd71fa831dd6c9ce5e1d8377938b221c] | committer: Nicolas Pomepuy

Fix audio player progressbar shrinking in landscape

> https://code.videolan.org/videolan/vlc-android/commit/4ae01d26bd71fa831dd6c9ce5e1d8377938b221c
---

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

diff --git a/vlc-android/res/layout-land/audio_player.xml b/vlc-android/res/layout-land/audio_player.xml
index 2bcec2fd8..1f7cbe01f 100644
--- a/vlc-android/res/layout-land/audio_player.xml
+++ b/vlc-android/res/layout-land/audio_player.xml
@@ -241,7 +241,7 @@
                 android:layout_width="0dp"
                 android:layout_height="wrap_content"
                 app:layout_constraintBottom_toBottomOf="parent"
-                app:layout_constraintEnd_toStartOf="@+id/player_options_stub"
+                app:layout_constraintEnd_toStartOf="@+id/songs_list"
                 android:layout_marginBottom="8dp"
                 android:focusable="true"
                 android:maxHeight="1dip"



More information about the Android mailing list