[Android] Set default value for video player orientation

Geoffrey Métais git at videolan.org
Tue Mar 22 11:34:51 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Mar 22 11:33:24 2016 +0100| [dd62833f421574e41ae3b695aeceee254ba0efb0] | committer: Geoffrey Métais

Set default value for video player orientation

> https://code.videolan.org/videolan/vlc-android/commit/dd62833f421574e41ae3b695aeceee254ba0efb0
---

 vlc-android/res/xml/preferences.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/xml/preferences.xml b/vlc-android/res/xml/preferences.xml
index 5be2429..d3a8d84 100644
--- a/vlc-android/res/xml/preferences.xml
+++ b/vlc-android/res/xml/preferences.xml
@@ -30,7 +30,7 @@
         android:title="@string/subtitle_text_encoding" />
 
     <ListPreference
-        android:defaultValue="4"
+        android:defaultValue="99"
         android:entries="@array/screen_orientation_list"
         android:entryValues="@array/screen_orientation_values"
         android:key="screen_orientation"



More information about the Android mailing list