Asher Simonds | 7915e65 | 2018-02-12 10:30:08 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Asher Simonds | 4a870fc | 2022-04-02 18:46:15 +0200 | [diff] [blame] | 2 | <!-- |
| 3 | SPDX-FileCopyrightText: 2022 The LineageOS Project |
| 4 | SPDX-License-Identifier: Apache-2.0 |
Asher Simonds | 7915e65 | 2018-02-12 10:30:08 +0100 | [diff] [blame] | 5 | --> |
| 6 | <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> |
Bharath | 5fe9cce | 2024-10-04 14:50:19 +0530 | [diff] [blame^] | 7 | <background android:drawable="@color/ic_launcher_background"/> |
Asher Simonds | 4a870fc | 2022-04-02 18:46:15 +0200 | [diff] [blame] | 8 | <foreground android:drawable="@drawable/ic_launcher_foreground"/> |
Asher Simonds | 88b52e5 | 2022-08-28 03:44:30 +0300 | [diff] [blame] | 9 | <monochrome android:drawable="@drawable/ic_launcher_monochrome"/> |
Asher Simonds | 7915e65 | 2018-02-12 10:30:08 +0100 | [diff] [blame] | 10 | </adaptive-icon> |