feat: login screen style, add settings screen, extract simple scaffold

This commit is contained in:
Rongjian Zhang
2019-02-08 19:34:07 +08:00
parent ef03caa135
commit 434781a27e
12 changed files with 242 additions and 66 deletions

View File

@@ -31,7 +31,7 @@ class Loading extends StatelessWidget {
);
} else {
return Padding(
padding: EdgeInsets.symmetric(vertical: 40),
padding: EdgeInsets.symmetric(vertical: 100),
child: _buildIndicator(context),
);
}