[Android] Fix the download subtitles edit button not focusable

Nicolas Pomepuy git at videolan.org
Mon Dec 16 09:07:09 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec 16 07:48:33 2024 +0100| [8e7b725a9537ef779a10af9a1e6ccb4fe2ae8c79] | committer: Nicolas Pomepuy

Fix the download subtitles edit button not focusable

Fixes #3119

> https://code.videolan.org/videolan/vlc-android/commit/8e7b725a9537ef779a10af9a1e6ccb4fe2ae8c79
---

 application/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 9176696617..2865949426 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"



More information about the Android mailing list