mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Address some build warnings
This commit is contained in:
parent
80d6d412f3
commit
2d7650537d
33 changed files with 102 additions and 144 deletions
|
@ -1,10 +1,12 @@
|
|||
package tachiyomi.presentation.widget
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.glance.ImageProvider
|
||||
import androidx.glance.unit.ColorProvider
|
||||
|
||||
class UpdatesGridGlanceWidget : BaseUpdatesGridGlanceWidget() {
|
||||
@SuppressLint("RestrictedApi")
|
||||
override val foreground = ColorProvider(R.color.appwidget_on_secondary_container)
|
||||
override val background = ImageProvider(R.drawable.appwidget_background)
|
||||
override val topPadding = 0.dp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue