Browse Source

Fix the download subtitles edit button not focusable

Fixes #3119
merge-requests/2174/head
Nicolas Pomepuy 1 year ago
parent
commit
8e7b725a95
  1. 1
      application/vlc-android/res/layout/subtitle_downloader_dialog.xml

1
application/vlc-android/res/layout/subtitle_downloader_dialog.xml

@ -132,6 +132,7 @@
android:layout_marginEnd="16dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:padding="8dp"
android:focusable="true"
android:selected="@{viewmodel.observableInEditMode.get()}"
android:contentDescription="@string/subtitle_query_edit"
app:layout_constraintBottom_toBottomOf="@+id/textView38"

Loading…
Cancel
Save