[Android] Use proper style for Details activity
Geoffrey Métais
git at videolan.org
Tue Feb 9 14:44:31 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb 9 14:39:03 2016 +0100| [58c867e310794bfb39fddf63ae3621d542f141fd] | committer: Geoffrey Métais
Use proper style for Details activity
> https://code.videolan.org/videolan/vlc-android/commit/58c867e310794bfb39fddf63ae3621d542f141fd
---
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 149c278..8294b10 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -511,7 +511,7 @@
<activity
android:name="org.videolan.vlc.gui.tv.DetailsActivity"
android:exported="true"
- android:theme="@style/Theme.Leanback" />
+ android:theme="@style/Theme.Leanback.Details" />
<activity
android:name=".gui.tv.browser.VerticalGridActivity"
android:exported="true"
More information about the Android
mailing list