refactored VideoPlayer theme

This commit is contained in:
Christian Schabesberger 2015-11-26 19:54:13 +01:00
parent 71bb59dbb8
commit 237282db28
4 changed files with 11 additions and 10 deletions

View file

@ -69,7 +69,7 @@
</activity>
<activity android:name=".PlayVideoActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/FullscreenTheme"
android:theme="@style/VideoPlayerTheme"
android:parentActivityName=".VideoItemDetailActivity"
tools:ignore="UnusedAttribute">
</activity>