Implement messagebox and enable resize

This commit is contained in:
mittorn
2016-05-09 15:05:28 +00:00
parent 57f3f03236
commit 0735d551ff
3 changed files with 85 additions and 3 deletions
+1
View File
@@ -76,6 +76,7 @@
<activity android:name="in.celest.xash3d.XashActivity"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="adjustResize"
android:label="@string/app_name">
<intent-filter>
<action android:name="in.celest.xash3d.START" />