[Android] Style: NoTitleBar is already the default activity style.

Adrien Maglo git at videolan.org
Wed Dec 4 17:14:05 CET 2013


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Dec  4 17:13:57 2013 +0100| [84f3f2192d32c0061a8c83a31f19eac64d70a0ea] | committer: Adrien Maglo

Style: NoTitleBar is already the default activity style.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=84f3f2192d32c0061a8c83a31f19eac64d70a0ea
---

 vlc-android/AndroidManifest.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 63e6010..33cd35f 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -52,8 +52,7 @@
                 android:resource="@xml/searchable" />
         </activity>
         <activity
-            android:name=".gui.AboutActivity"
-            android:theme="@style/Theme.VLC.NoTitleBar" />
+            android:name=".gui.AboutActivity" />
         <activity
             android:name=".gui.PreferencesActivity" />
         <activity



More information about the Android mailing list