Added custom widget margin and padding, added new preview manager

This commit is contained in:
Tommaso Berlose
2021-05-14 16:10:56 +02:00
parent b081b9adbb
commit fb1953d513
106 changed files with 338 additions and 250 deletions

View File

@ -84,6 +84,10 @@ object Preferences : KotprefModel() {
var weatherIconPack by intPref(default = Constants.WeatherIconPack.DEFAULT.rawValue)
// UI
var widgetMargin by floatPref(default = Constants.Dimension.SMALL.rawValue)
var widgetPadding by floatPref(default = Constants.Dimension.SMALL.rawValue)
// Clock
var altTimezoneLabel by stringPref(default = "")
var altTimezoneId by stringPref(default = "")