Aligning text

pull/660/head
Fredrik Lautrup 2021-02-06 16:23:48 +01:00
parent a988c51ec9
commit c2cb14c15e
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
0.01: First published version of app
0.02: Added support for locale and 12H clock
0.03: Added HR indication to clock
0.04: Update font and alignment

View File

@ -27,7 +27,7 @@
shadow: '#CF7500',
font: 'Vector',
size: 50,
middle: screen.middle - 20,
middle: screen.middle,
center: screen.center,
},
date: {
@ -35,7 +35,7 @@
shadow: '#CF7500',
font: 'Vector',
size: 15,
middle: screen.height - 20, // at bottom of screen
middle: screen.height, // at bottom of screen
center: screen.center,
},
circle: {