TF-2893 Apply the standard navigation bar

This commit is contained in:
dab246
2024-07-23 13:32:32 +07:00
committed by Dat H. Pham
parent b1c747f3ef
commit 47b006f685
7 changed files with 190 additions and 176 deletions
@@ -0,0 +1,5 @@
class NavigationBarStyle {
static const double barHeight = 80;
static const double horizontalMargin = 30;
}