xref: /aosp_15_r20/frameworks/base/core/res/res/drawable/sym_def_app_icon.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<?xml version="1.0" encoding="utf-8"?>
2<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3    <background android:drawable="@drawable/sym_def_app_icon_background" />
4    <foreground>
5        <bitmap android:src="@mipmap/sym_def_app_icon_foreground"/>
6    </foreground>
7</adaptive-icon>
8