Skip to content
Snippets Groups Projects
Commit ca45bba1 authored by Habib Kazemi's avatar Habib Kazemi Committed by Geoffrey Métais
Browse files

Subtitle downloader: Fix multiSelectionSpinner size


Fix #687

Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent d63f9cc3
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment