fixed fix portrait view

This commit is contained in:
Christian Schabesberger 2016-03-05 17:49:11 +01:00
parent f63b35e2c0
commit 378e6b6547
1 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@
tools:ignore="AllowBackup">
<activity
android:name=".VideoItemListActivity"
android:configChanges="orientation|screenSize"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -28,9 +27,7 @@
</activity>
<activity
android:name=".VideoItemDetailActivity"
android:configChanges="orientation|screenSize"
android:label="@string/title_videoitem_detail"
android:screenOrientation="portrait"
android:theme="@style/AppTheme">
<meta-data
android:name="android.support.PARENT_ACTIVITY"