Some cosmetical changes

This commit is contained in:
mittorn 2015-08-13 01:43:09 +07:00
parent 545f14a8b6
commit b634582701
2 changed files with 3 additions and 3 deletions

View file

@ -63,8 +63,8 @@
</activity>
</application>
<!-- Android 2.3 -->
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14" />
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />
<!-- OpenGL ES 1.1 -->
<uses-feature android:glEsVersion="0x00010000" />

View file

@ -3,7 +3,7 @@
<string name="app_name">Xash3D</string>
<string name="launcher_name">Xash3D</string>
<string name="launcher_name_test">Xash3D_test</string>
<string name="launcher_name_test">Xash3D test</string>
<string-array name="double_tap_actions">
<item>None</item>
<item>Shoot</item>