Videoplayback is now working

This commit is contained in:
daniel oeh
2012-08-05 13:56:03 +02:00
parent 1972652cb1
commit c07bf6691d
9 changed files with 110 additions and 69 deletions

View File

@ -69,9 +69,9 @@
android:label="@string/downloads_label" />
<activity
android:name=".activity.AudioplayerActivity"
android:configChanges="orientation"
android:configChanges="keyboardHidden|orientation"
android:launchMode="singleTask"
android:theme="@style/Theme.MediaPlayer" />
android:theme="@style/Theme.MediaPlayer" android:screenOrientation="portrait"/>
<service
android:name="de.danoeh.antennapod.service.DownloadService"
@ -197,6 +197,7 @@
</activity>
<activity android:name=".activity.MiroGuideCategoryActivity" android:configChanges="keyboardHidden|orientation" android:theme="@style/StyledIndicators"></activity>
<activity android:name=".activity.MiroGuideChannelViewActivity" android:configChanges="keyboard|orientation" android:label="@string/miro_guide_label"></activity>
<activity android:name=".activity.VideoplayerActivity" android:configChanges="keyboardHidden|orientation" android:screenOrientation="landscape" android:theme="@style/VideoplayerTheme"></activity>
</application>
</manifest>