Android: Amend backend and examples with minor consistency tweaks. (#3446)

This commit is contained in:
ocornut
2021-03-04 11:03:40 +01:00
parent fb85c0341b
commit 8dd692c29c
12 changed files with 236 additions and 229 deletions

View File

@ -3,7 +3,7 @@
package="imgui.example.android">
<application
android:label="ImguiExample"
android:label="ImGuiExample"
android:allowBackup="false"
android:fullBackupContent="false"
android:hasCode="true">
@ -13,7 +13,7 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation|keyboardHidden|screenSize">
<meta-data android:name="android.app.lib_name"
android:value="ImguiExample" />
android:value="ImGuiExample" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />