red circle as default appicon vector xml
This commit is contained in:
parent
a8e7b8fd50
commit
185211b319
2 changed files with 10 additions and 1 deletions
|
@ -13,7 +13,7 @@ cat > "AndroidManifest.xml" << ANDROIDMANIFEST
|
|||
<uses-sdk android:minSdkVersion="$APP_VERSION_SDK_MIN"
|
||||
android:targetSdkVersion="$APP_VERSION_SDK_TARGET"/>
|
||||
$(sed 's/^/ /' <<< "$APP_PERMISSIONS")
|
||||
<application android:label="$APP_NAME" android:icon="@drawable/ic_launcher">
|
||||
<application android:label="$APP_NAME" android:icon="@drawable/appicon">
|
||||
<activity android:name="$APP_PACKAGE.AppActivity"
|
||||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||
|
|
9
app/res/drawable/appicon.xml
Normal file
9
app/res/drawable/appicon.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="100"
|
||||
android:width="100dp"
|
||||
android:height="100dp">
|
||||
<path
|
||||
android:pathData="M95 50A45 45 0 0 1 5 50A45 45 0 0 1 95 50Z"
|
||||
android:fillColor="#FF0000" />
|
||||
</vector>
|
Loading…
Add table
Reference in a new issue