[Android] Fix crash when opening the MIDI soundfount preference

Nicolas Pomepuy git at videolan.org
Thu Jul 15 11:23:53 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 13 08:03:36 2021 +0200| [2353a7ce4fd820f25da8c5b19c476f1ff4e98d76] | committer: Nicolas Pomepuy

Fix crash when opening the MIDI soundfount preference

> https://code.videolan.org/videolan/vlc-android/commit/2353a7ce4fd820f25da8c5b19c476f1ff4e98d76
---

 application/vlc-android/res/values/styles.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/application/vlc-android/res/values/styles.xml b/application/vlc-android/res/values/styles.xml
index 99bc05672..2c6f77b67 100644
--- a/application/vlc-android/res/values/styles.xml
+++ b/application/vlc-android/res/values/styles.xml
@@ -132,6 +132,7 @@
         <item name="ariane_text_size">14sp</item>
         <item name="android:windowBackground">@color/grey900</item>
         <item name="android:textViewStyle">@style/VLC.TextView</item>
+        <item name="empty_title">@color/grey300</item>
     </style>
 
     <style name="Theme.VLC.PickerDialog.Light.7" parent="Theme.MaterialComponents.Dialog">
@@ -150,6 +151,7 @@
         <item name="ariane_text_size">14sp</item>
         <item name="android:windowBackground">@color/grey200</item>
         <item name="android:textViewStyle">@style/VLC.TextView</item>
+        <item name="empty_title">@color/grey850</item>
     </style>
 
     <style name="Theme.VLC.SendCrashDialog" parent="Theme.MaterialComponents.Dialog">



More information about the Android mailing list