mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-05 18:25:31 +08:00
Added: Add monochrome icon
This commit is contained in:
committed by
Kevin Williams
parent
2ac7fd1e56
commit
b800f1cc81
@@ -2,4 +2,5 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@android:color/black"/>
|
<background android:drawable="@android:color/black"/>
|
||||||
<foreground android:drawable="@drawable/ic_foreground"/>
|
<foreground android:drawable="@drawable/ic_foreground"/>
|
||||||
|
<monochrome android:drawable="@drawable/ic_foreground"/>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
@@ -2,4 +2,5 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@android:color/black"/>
|
<background android:drawable="@android:color/black"/>
|
||||||
<foreground android:drawable="@drawable/ic_foreground"/>
|
<foreground android:drawable="@drawable/ic_foreground"/>
|
||||||
|
<monochrome android:drawable="@drawable/ic_foreground"/>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
Reference in New Issue
Block a user