[Android] Fix TV compilation because of logo change
Jean-Baptiste Kempf
git at videolan.org
Sat Oct 31 18:32:54 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 31 18:32:21 2015 +0100| [77100ad577d0b8e2e22d15c204576147fc112e99] | committer: Jean-Baptiste Kempf
Fix TV compilation because of logo change
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=77100ad577d0b8e2e22d15c204576147fc112e99
---
vlc-android/flavors/tv/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/flavors/tv/AndroidManifest.xml b/vlc-android/flavors/tv/AndroidManifest.xml
index 4634f45..85a7acd 100644
--- a/vlc-android/flavors/tv/AndroidManifest.xml
+++ b/vlc-android/flavors/tv/AndroidManifest.xml
@@ -23,7 +23,7 @@
android:icon="@drawable/icon"
android:label="@string/app_name"
android:logo="@drawable/ic_logo_w"
- tools:replace="android:theme"
+ tools:replace="android:logo, android:theme"
android:banner="@drawable/banner"
android:theme="@style/Theme.Leanback" >
<activity
More information about the Android
mailing list