fixing adaptive description

This commit is contained in:
Roland Osborne 2023-07-28 13:27:01 -07:00
parent 01ba153d33
commit 6bf949fc88
7 changed files with 13 additions and 13 deletions

View File

@ -104,7 +104,7 @@ compileOptions {
applicationId "com.databag" applicationId "com.databag"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1018 versionCode 1020
versionName "1.5" versionName "1.5"
} }

View File

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable=“@drawable/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
<monochrome android:drawable="@drawable/ic_foreground_monochrome" /> <monochrome android:drawable="@mipmap/ic_foreground_monochrome" />
</adaptive-icon> </adaptive-icon>

View File

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable=“@drawable/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
<monochrome android:drawable="@drawable/ic_foreground_monochrome" /> <monochrome android:drawable="@mipmap/ic_foreground_monochrome" />
</adaptive-icon> </adaptive-icon>

View File

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable=“@drawable/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
<monochrome android:drawable="@drawable/ic_foreground_monochrome" /> <monochrome android:drawable="@mipmap/ic_foreground_monochrome" />
</adaptive-icon> </adaptive-icon>

View File

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable=“@drawable/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
<monochrome android:drawable="@drawable/ic_foreground_monochrome" /> <monochrome android:drawable="@mipmap/ic_foreground_monochrome" />
</adaptive-icon> </adaptive-icon>

View File

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable=“@drawable/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
<monochrome android:drawable="@drawable/ic_foreground_monochrome" /> <monochrome android:drawable="@mipmap/ic_foreground_monochrome" />
</adaptive-icon> </adaptive-icon>

View File

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable=“@drawable/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
<monochrome android:drawable="@drawable/ic_foreground_monochrome" /> <monochrome android:drawable="@mipmap/ic_foreground_monochrome" />
</adaptive-icon> </adaptive-icon>