Add horizontal appwidget resizing
This commit is contained in:
@@ -15,6 +15,7 @@ import java.util.UUID
|
||||
data class AppWidgetConfig(
|
||||
val widgetId: Int,
|
||||
val height: Int,
|
||||
val width: Int? = null,
|
||||
val borderless: Boolean = false,
|
||||
val background: Boolean = true,
|
||||
val themeColors: Boolean = true,
|
||||
|
||||
Reference in New Issue
Block a user