|
|
@ -42,7 +42,8 @@ class AppMetrics { |
|
|
|
} |
|
|
|
|
|
|
|
this.margins = { |
|
|
|
default: this.normalize(5) |
|
|
|
default: this.normalize(5), |
|
|
|
buttonMargin: this.normalize(20) |
|
|
|
} |
|
|
|
|
|
|
|
this.buttons = { |
|
|
@ -50,6 +51,10 @@ class AppMetrics { |
|
|
|
menuButton: { |
|
|
|
height: this.normalize(30), |
|
|
|
width: this.screenWidth * 0.7 |
|
|
|
}, |
|
|
|
answerButton: { |
|
|
|
width: this.normalize(40), |
|
|
|
height: this.normalize(40) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|