mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
* java/AndroidManifest.xml.in (EmacsApplication): Set icon to @mipmap/emacs_icon. * java/org/gnu/emacs/EmacsService.java (onStartCommand): Pick a better name for the persistent notification channel. * java/res/drawable/emacs_background.xml: * java/res/drawable/emacs_foreground.xml: * java/res/mipmap/emacs_icon.png: * java/res/mipmap-v26/emacs_icon.xml: New files, comprising an ``adaptive icon'' required by some Android launchers.
42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<!-- Adaptive icon for Emacs.
|
|
|
|
Copyright (C) 2023 Free Software Foundation, Inc.
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
GNU Emacs is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="M-4.99,-5.79h521.12v526.76h-521.12z"
|
|
android:strokeWidth="10.6667">
|
|
<aapt:attr name="android:fillColor">
|
|
<gradient
|
|
android:startX="0"
|
|
android:startY="0"
|
|
android:endX="512"
|
|
android:endY="512"
|
|
android:type="linear">
|
|
<item android:offset="0" android:color="#FF8381C5"/>
|
|
<item android:offset="0.34" android:color="#FE806BBC"/>
|
|
<item android:offset="1" android:color="#FDA52ECB"/>
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
</vector>
|