[Android] Restore audio player seekbar
Geoffrey Métais
git at videolan.org
Fri Oct 23 16:03:53 CEST 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 23 16:03:29 2015 +0200| [861e8abcb7f06f42ecd04a281317d16ec6c4712d] | committer: Geoffrey Métais
Restore audio player seekbar
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=861e8abcb7f06f42ecd04a281317d16ec6c4712d
---
vlc-android/res/layout/audio_player.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index 78988c7..cf6228f 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -158,7 +158,7 @@
<LinearLayout
android:layout_width="fill_parent"
- android:layout_height="0dp"
+ android:layout_height="wrap_content"
android:layout_marginTop="4dip"
android:layout_weight="0"
android:gravity="center"
More information about the Android
mailing list