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

@ -23,6 +23,13 @@ object Constants {
LARGE(3)
}
enum class Dimension(val rawValue: Float) {
NONE(0f),
SMALL(8f),
MEDIUM(16f),
LARGE(24f)
}
enum class GlanceProviderId(val id: String) {
PLAYING_SONG("PLAYING_SONG"),
NEXT_CLOCK_ALARM("NEXT_CLOCK_ALARM"),