mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-03 07:31:09 +01:00
Add a round icon for android-25
This commit is contained in:
parent
5ecf5d12d1
commit
ee7631dfac
2 changed files with 26 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
android:allowBackup="true"
|
||||
android:fullBackupContent="@xml/backupscheme"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:roundIcon="@drawable/ic_launcher_round"
|
||||
android:banner="@drawable/banner"
|
||||
android:label="@string/application_name"
|
||||
android:theme="@style/Theme.Termux"
|
||||
|
|
|
|||
25
app/src/main/res/drawable/ic_launcher_round.xml
Normal file
25
app/src/main/res/drawable/ic_launcher_round.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="48dp"
|
||||
android:width="48dp"
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48">
|
||||
|
||||
<!-- Screen and border. -->
|
||||
<path android:fillColor="#000"
|
||||
android:strokeColor="#BFCBCD"
|
||||
android:strokeWidth="2"
|
||||
android:pathData="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 android:fillColor="#FFFF"
|
||||
android:pathData="M15,15
|
||||
l5,0
|
||||
l0,10
|
||||
l-5,0"
|
||||
/>
|
||||
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue