mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
calculate widget tiles from real sizes
This commit is contained in:
@ -8,6 +8,6 @@ data class AppWidget(
|
||||
val appIcon: Drawable,
|
||||
val widgetTitle: String,
|
||||
val widgetPreviewImage: Drawable?,
|
||||
var width: Int,
|
||||
val height: Int
|
||||
var widthTiles: Int,
|
||||
val heightTiles: Int
|
||||
) : WidgetsListItem()
|
||||
|
Reference in New Issue
Block a user