Loading core/res/res/drawable-watch/sym_def_app_icon.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@color/accent_device_default_dark" /> <background android:drawable="@drawable/sym_def_app_icon_background" /> <foreground android:drawable="@mipmap/sym_def_app_icon_foreground" /> </adaptive-icon> core/res/res/drawable-watch/sym_def_app_icon_background.xml 0 → 100644 +5 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#2374CE"/> </shape> No newline at end of file Loading
core/res/res/drawable-watch/sym_def_app_icon.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@color/accent_device_default_dark" /> <background android:drawable="@drawable/sym_def_app_icon_background" /> <foreground android:drawable="@mipmap/sym_def_app_icon_foreground" /> </adaptive-icon>
core/res/res/drawable-watch/sym_def_app_icon_background.xml 0 → 100644 +5 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#2374CE"/> </shape> No newline at end of file