Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
b7c74385
Commit
b7c74385
authored
Apr 16, 2012
by
Ludovic Fauvet
Browse files
Improve screen rotation on Android 3.2+
parent
988962f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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