Add downloadable fonts

This commit is contained in:
Tommaso Berlose
2020-10-04 20:39:52 +02:00
parent b7bc93e174
commit 6ab8e40d45
18 changed files with 752 additions and 173 deletions

View File

@ -8,6 +8,9 @@ object Constants {
const val RESULT_APP_PACKAGE = "RESULT_APP_PACKAGE"
const val CUSTOM_FONT_GOOGLE_SANS = 1
const val CUSTOM_FONT_DOWNLOADED = 2
const val CUSTOM_FONT_DOWNLOAD_NEW = 3
enum class ClockBottomMargin(val value: Int) {
NONE(0),
SMALL(1),