ic_launcher_round.xml 1001 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Nextcloud Android client application
  4. Copyright (C) 2017 Andy Scherzinger
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
  7. License as published by the Free Software Foundation; either
  8. version 3 of the License, or any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU AFFERO GENERAL PUBLIC LICENSE for more details.
  13. You should have received a copy of the GNU Affero General Public
  14. License along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. -->
  16. <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
  17. <background android:drawable="@mipmap/ic_launcher_background"/>
  18. <foreground android:drawable="@drawable/ic_launcher_foreground"/>
  19. </adaptive-icon>