This commit is contained in:
Zhiyuan Zheng 2021-02-11 23:42:20 +01:00
parent 3303864394
commit 50ed350af9
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
5 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.xmflsct.app.tooot">
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.xmflsct.app.tooot"
>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>

View File

@ -5,7 +5,7 @@
?>
<resources>
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually -->
<color name="iconBackground">#FFFFFF</color>
<color name="splashscreen_background">#FAFAFA</color>
<color name="iconBackground">#FFFFFF</color>
<color name="colorPrimary">#023c69</color>
</resources>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB