|
@@ -1,4 +1,4 @@
|
|
|
-package tachiyomi.presentation.widget
|
|
|
+package tachiyomi.presentation.widget.util
|
|
|
|
|
|
import androidx.annotation.StringRes
|
|
|
import androidx.compose.runtime.Composable
|
|
@@ -6,6 +6,7 @@ import androidx.compose.ui.unit.DpSize
|
|
|
import androidx.glance.GlanceModifier
|
|
|
import androidx.glance.LocalContext
|
|
|
import androidx.glance.appwidget.cornerRadius
|
|
|
+import tachiyomi.presentation.widget.R
|
|
|
|
|
|
fun GlanceModifier.appWidgetBackgroundRadius(): GlanceModifier {
|
|
|
return this.cornerRadius(R.dimen.appwidget_background_radius)
|