[Android] res: set correct default value for display
Edward Wang
git at videolan.org
Thu Jul 10 18:36:47 CEST 2014
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Thu Jul 10 12:31:08 2014 -0400| [871993a2b97856abc7525354f936598b11bead5b] | committer: Edward Wang
res: set correct default value for display
Close #11751
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=871993a2b97856abc7525354f936598b11bead5b
---
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 5dff2ba..677cf7c 100644
--- a/vlc-android/res/xml/preferences.xml
+++ b/vlc-android/res/xml/preferences.xml
@@ -15,7 +15,7 @@
android:summary="@string/hardware_acceleration_summary"
android:title="@string/hardware_acceleration" />
<ListPreference
- android:defaultValue="0"
+ android:defaultValue="4"
android:entries="@array/screen_orientation_list"
android:entryValues="@array/screen_orientation_values"
android:key="screen_orientation"
More information about the Android
mailing list