Update android application labels (#97)

This commit is contained in:
saschawillems 2016-03-25 15:40:55 +01:00
parent 08fc2feecc
commit a09c169505
11 changed files with 12 additions and 10 deletions

View file

@ -12,7 +12,7 @@
<application android:label="vulkanTriangle" android:icon="@drawable/icon" android:hasCode="false">
<activity android:name="android.app.NativeActivity"
android:label="Vulkan Triangle"
android:label="Triangle"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:configChanges="orientation|screenSize|keyboardHidden">