mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-08 03:24:04 +08:00
See https://github.com/termux/termux-app/issues/991. Adaptive icon will continue to be automatically used if supported.
6 lines
250 B
XML
6 lines
250 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@android:color/black"/>
|
|
<foreground android:drawable="@drawable/ic_foreground"/>
|
|
</adaptive-icon>
|