mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-03 15:41:07 +01:00
Drop the round launcher icon
It's better to focus on the adaptive icon for the future. See #830.
This commit is contained in:
parent
b61da23be7
commit
4b52cfbb93
7 changed files with 0 additions and 22 deletions
|
|
@ -19,7 +19,6 @@
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:fullBackupContent="@xml/backupscheme"
|
android:fullBackupContent="@xml/backupscheme"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
|
||||||
android:banner="@drawable/banner"
|
android:banner="@drawable/banner"
|
||||||
android:label="@string/application_name"
|
android:label="@string/application_name"
|
||||||
android:theme="@style/Theme.Termux"
|
android:theme="@style/Theme.Termux"
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB |
|
|
@ -1,21 +0,0 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
||||||
|
|
||||||
<!-- Screen and border. -->
|
|
||||||
<path fill="#000"
|
|
||||||
stroke="#BFCBCD"
|
|
||||||
stroke-width="2"
|
|
||||||
d="M 24, 24
|
|
||||||
m -21, 0
|
|
||||||
a 21,21 0 1,0 42,0
|
|
||||||
a 21,21 0 1,0 -42,0"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Block cursor. -->
|
|
||||||
<path fill="#FFF"
|
|
||||||
d="M15,15
|
|
||||||
l5,0
|
|
||||||
l0,10
|
|
||||||
l-5,0"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 429 B |
Loading…
Add table
Add a link
Reference in a new issue