[Android] Subtitle downloader: Fix multiSelectionSpinner size
Habib Kazemi
git at videolan.org
Tue Dec 11 14:20:23 CET 2018
vlc-android | branch: master | Habib Kazemi <kazemihabib1996 at gmail.com> | Tue Dec 11 11:52:41 2018 +0330| [ca45bba100fe91462e2cf6e4068c6e5665d0da59] | committer: Geoffrey Métais
Subtitle downloader: Fix multiSelectionSpinner size
Fix #687
Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>
> https://code.videolan.org/videolan/vlc-android/commit/ca45bba100fe91462e2cf6e4068c6e5665d0da59
---
vlc-android/res/layout/subtitle_download_fragment.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/subtitle_download_fragment.xml b/vlc-android/res/layout/subtitle_download_fragment.xml
index 9993b9790..1b57b010f 100644
--- a/vlc-android/res/layout/subtitle_download_fragment.xml
+++ b/vlc-android/res/layout/subtitle_download_fragment.xml
@@ -19,11 +19,12 @@
android:layout_height="match_parent">
<org.videolan.vlc.gui.MultiSelectionSpinner
android:id="@+id/language_list_spinner"
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:focusable="true"
app:layout_constraintEnd_toStartOf="@+id/right_vertical_guideline"
+ app:layout_constraintStart_toEndOf="@+id/languages_list"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintTop_toTopOf="@+id/top_horizontal_guideline" />
More information about the Android
mailing list