From 7a675c36f5d87f238f1893c10689669c2ef60588 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Tue, 25 Sep 2012 10:47:29 +0200 Subject: [PATCH] Made portrait orientation an optional requirement --- AndroidManifest.xml | 58 +++++++++++++++++++++++++++++++++------------ 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4253997e7..265b2dbb5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,7 @@ - + android:versionName="0.9.4.6" xmlns:android="http://schemas.android.com/apk/res/android"> @@ -10,13 +9,19 @@ + + android:xlargeScreens="true" /> + + + android:theme="@style/StyledIndicators" > @@ -42,7 +48,8 @@ + android:label="@string/add_new_feed_label" + android:windowSoftInputMode="adjustResize" > @@ -59,7 +66,8 @@ android:value=".activity.SearchActivity" /> + android:name="de.danoeh.antennapod.activity.ItemviewActivity" + android:configChanges="keyboard|orientation" /> @@ -67,7 +75,8 @@ android:name=".activity.AudioplayerActivity" android:configChanges="keyboardHidden|orientation" android:launchMode="singleTask" - android:theme="@style/Theme.MediaPlayer" android:screenOrientation="portrait"/> + android:screenOrientation="portrait" + android:theme="@style/Theme.MediaPlayer" /> + - + @@ -154,7 +164,8 @@ + android:configChanges="keyboardHidden|orientation" + android:label="@string/opml_import_label" > - + + @@ -194,9 +209,22 @@ android:name="android.app.default_searchable" android:value=".activity.MiroGuideSearchActivity" /> - - - + + + + + + - + \ No newline at end of file