Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
b7c74385
Commit
b7c74385
authored
Apr 16, 2012
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve screen rotation on Android 3.2+
parent
988962f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vlc-android/AndroidManifest.xml
vlc-android/AndroidManifest.xml
+4
-4
No files found.
vlc-android/AndroidManifest.xml
View file @
b7c74385
...
...
@@ -22,7 +22,7 @@
android:hardwareAccelerated=
"true"
>
<activity
android:name=
".gui.MainActivity"
android:configChanges=
"orientation"
android:configChanges=
"orientation
|screenSize
"
android:icon=
"@drawable/icon"
android:label=
"@string/app_name"
android:theme=
"@android:style/Theme.NoTitleBar"
>
...
...
@@ -34,7 +34,7 @@
</activity>
<activity
android:name=
".gui.SearchActivity"
android:configChanges=
"orientation"
android:configChanges=
"orientation
|screenSize
"
android:theme=
"@android:style/Theme.NoTitleBar"
>
<intent-filter>
<action
android:name=
"android.intent.action.SEARCH"
/>
...
...
@@ -63,10 +63,10 @@
<activity
android:name=
".gui.video.MediaInfoActivity"
android:theme=
"@android:style/Theme.NoTitleBar"
android:configChanges=
"orientation"
/>
android:configChanges=
"orientation
|screenSize
"
/>
<activity
android:name=
".gui.video.VideoPlayerActivity"
android:configChanges=
"orientation"
android:configChanges=
"orientation
|screenSize
"
android:theme=
"@android:style/Theme.NoTitleBar.Fullscreen"
>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment