Fixed compatibility theme.

This commit is contained in:
Armin Novak 2014-06-23 12:44:09 +02:00
parent e841f3a3e9
commit 8289e973d0

View File

@ -65,7 +65,7 @@
android:windowSoftInputMode="stateHidden">
</activity>
<activity android:name=".presentation.SessionActivity"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:theme="@style/Theme.AppCompat"
android:configChanges="orientation|keyboardHidden|keyboard"
android:windowSoftInputMode="adjustResize">
</activity>