Skip to content
Snippets Groups Projects
Commit 0c96f873 authored by Thi Huyen Trang Nguyen's avatar Thi Huyen Trang Nguyen
Browse files

KAT-49: Added example data and improved design in lock_screen.dart

parent 8af65e9a
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ class _LockScreenState extends State<LockScreen> {
color: Colors.blue[1000])),
)),
SizedBox(
width: 250,
height: 40,
child: Container(
alignment: Alignment.centerLeft,
......@@ -40,17 +41,20 @@ class _LockScreenState extends State<LockScreen> {
)),
)),
SizedBox(
width: 250,
height: 40,
child: Container(
decoration: BoxDecoration(color: Colors.grey[400]),
alignment: Alignment.centerLeft,
child: Text('NULL',
child: Text('1',
style: TextStyle(
fontSize: 20,
color: Colors.blue[900],
)),
)),
SizedBox(
height: 20,
), SizedBox(
width: 250,
height: 40,
child: Container(
alignment: Alignment.centerLeft,
......@@ -58,17 +62,21 @@ class _LockScreenState extends State<LockScreen> {
style: TextStyle(fontSize: 20, color: Colors.blue[900])),
)),
SizedBox(
height: 40,
width: 250,
height: 90,
child: Container(
decoration: BoxDecoration(color: Colors.grey[400]),
alignment: Alignment.centerLeft,
child: Text('NULL',
child: Text('Hochschule Reutlingen \nAlteburgstraße 150 \n72762 Reutlingen',
style: TextStyle(
fontSize: 20,
color: Colors.blue[900],
)),
)),
SizedBox(
height: 20,
),
SizedBox(
width: 250,
height: 40,
child: Container(
alignment: Alignment.centerLeft,
......@@ -76,18 +84,18 @@ class _LockScreenState extends State<LockScreen> {
style: TextStyle(fontSize: 20, color: Colors.blue[900])),
)),
SizedBox(
height: 40,
width: 250,
height: 50,
child: Container(
decoration: BoxDecoration(color: Colors.grey[400]),
alignment: Alignment.centerLeft,
child: Text('NULL',
child: Text('15.07.2020/11:13',
style: TextStyle(
fontSize: 20,
color: Colors.blue[900],
)),
)),
SizedBox(
height: 80,
height: 50,
),
SizedBox(
width: 300,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment