[Android] Fix the file picker background for the video player light theme
Nicolas Pomepuy
git at videolan.org
Thu Nov 20 06:58:08 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct 23 09:22:21 2025 +0200| [c7a9b86b8a860cf08300b7ef8a53fe86ba4c85fa] | committer: Nicolas Pomepuy
Fix the file picker background for the video player light theme
> https://code.videolan.org/videolan/vlc-android/commit/c7a9b86b8a860cf08300b7ef8a53fe86ba4c85fa
---
application/vlc-android/res/layout/file_picker_activity.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/application/vlc-android/res/layout/file_picker_activity.xml b/application/vlc-android/res/layout/file_picker_activity.xml
index 526266d919..57dd9a7cc0 100644
--- a/application/vlc-android/res/layout/file_picker_activity.xml
+++ b/application/vlc-android/res/layout/file_picker_activity.xml
@@ -6,6 +6,7 @@
android:layout_width="@dimen/file_picker_width"
android:layout_height="@dimen/file_picker_height"
android:minHeight="320dp"
+ android:background="?attr/background_default_darker"
android:orientation="vertical"
tools:layout_height="320dp">
More information about the Android
mailing list