[Widget] Fixed colors of MD3 widget
This commit is contained in:
parent
7d3e1f4e28
commit
0efbefb6bd
7 changed files with 26 additions and 9 deletions
|
@ -208,7 +208,13 @@ class AppWidgetMD3 : BaseAppWidget() {
|
|||
|
||||
val image = getAlbumArtDrawable(service.resources, bitmap)
|
||||
val roundedBitmap = createRoundedBitmap(
|
||||
image, imageSize, imageSize, cardRadius, cardRadius, cardRadius, cardRadius
|
||||
image,
|
||||
imageSize,
|
||||
imageSize,
|
||||
cardRadius,
|
||||
cardRadius,
|
||||
cardRadius,
|
||||
cardRadius
|
||||
)
|
||||
appWidgetView.setImageViewBitmap(R.id.image, roundedBitmap)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue