From 8e7b725a9537ef779a10af9a1e6ccb4fe2ae8c79 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Mon, 16 Dec 2024 07:48:33 +0100 Subject: [PATCH] Fix the download subtitles edit button not focusable Fixes #3119 --- .../vlc-android/res/layout/subtitle_downloader_dialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/application/vlc-android/res/layout/subtitle_downloader_dialog.xml b/application/vlc-android/res/layout/subtitle_downloader_dialog.xml index 917669661..286594942 100644 --- a/application/vlc-android/res/layout/subtitle_downloader_dialog.xml +++ b/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"