Some cosmetical changes
This commit is contained in:
parent
545f14a8b6
commit
b634582701
2 changed files with 3 additions and 3 deletions
|
@ -63,8 +63,8 @@
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<!-- Android 2.3 -->
|
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14" />
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />
|
||||||
|
|
||||||
<!-- OpenGL ES 1.1 -->
|
<!-- OpenGL ES 1.1 -->
|
||||||
<uses-feature android:glEsVersion="0x00010000" />
|
<uses-feature android:glEsVersion="0x00010000" />
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<string name="app_name">Xash3D</string>
|
<string name="app_name">Xash3D</string>
|
||||||
<string name="launcher_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">
|
<string-array name="double_tap_actions">
|
||||||
<item>None</item>
|
<item>None</item>
|
||||||
<item>Shoot</item>
|
<item>Shoot</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue