[Android] Fix audio player progressbar shrinking in landscape
Nicolas Pomepuy
git at videolan.org
Tue Aug 27 13:01:43 CEST 2019
vlc-android | branch: 3.2.x | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Tue Aug 20 08:43:46 2019 +0200| [629ae05b3d59bdfa882570a767680263fd39578a] | committer: Nicolas Pomepuy
Fix audio player progressbar shrinking in landscape
(cherry picked from commit 4ae01d26bd71fa831dd6c9ce5e1d8377938b221c)
> https://code.videolan.org/videolan/vlc-android/commit/629ae05b3d59bdfa882570a767680263fd39578a
---
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