This commit is contained in:
Tommaso Berlose
2020-10-02 15:45:59 +02:00
parent 59dc5de21a
commit ca6fb75dfd
10 changed files with 179 additions and 12 deletions

View File

@ -15,6 +15,13 @@ object Constants {
LARGE(3)
}
enum class SecondRowTopMargin(val value: Int) {
NONE(0),
SMALL(1),
MEDIUM(2),
LARGE(3)
}
enum class GlanceProviderId(val id: String) {
PLAYING_SONG("PLAYING_SONG"),
NEXT_CLOCK_ALARM("NEXT_CLOCK_ALARM"),