[Android] Fix the audiolist crash
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 21 11:22:48 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 21 13:22:35 2012 +0200| [e30ed087d26c4c67f6d70089be26d2cb7bbff938] | committer: Jean-Baptiste Kempf
Fix the audiolist crash
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=e30ed087d26c4c67f6d70089be26d2cb7bbff938
---
vlc-android/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index f37db48..891dadf 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -88,7 +88,7 @@
android:theme="@android:style/Theme.NoTitleBar" />
<activity
android:name=".gui.audio.AudioListActivity"
- android:theme="@android:style/Theme.NoTitleBar" />
+ android:theme="@style/Theme.Sherlock" />
<activity
android:name=".gui.audio.AudioActivityGroup"
android:theme="@android:style/Theme.NoTitleBar" />
More information about the Android
mailing list