feat: icon.

This commit is contained in:
Zhang Dian
2023-07-20 00:08:05 +08:00
parent 19bd4c8c79
commit 8d922f7f06
7 changed files with 68 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Ursa.Demo" android:icon="@drawable/Icon" />
<application android:label="Ursa" android:icon="@drawable/Icon" />
</manifest>