1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* java/res/mipmap-v26/emacs_icon.xml: Define monospace icon.

This commit is contained in:
Po Lu 2024-07-01 09:31:34 +08:00
parent b2d99c0d0a
commit ae38579420

View file

@ -20,4 +20,5 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
<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="@drawable/emacs_background"/> <background android:drawable="@drawable/emacs_background"/>
<foreground android:drawable="@drawable/emacs_foreground"/> <foreground android:drawable="@drawable/emacs_foreground"/>
<monochrome android:drawable="@drawable/emacs_foreground"/>
</adaptive-icon> </adaptive-icon>