Add illustration for the lock screen
This commit is contained in:
parent
0965b367cc
commit
fa0ac608f4
7 changed files with 1 additions and 1 deletions
BIN
assets/2.0x/loading_photos_background.png
Normal file
BIN
assets/2.0x/loading_photos_background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
assets/2.0x/loading_photos_background_dark.png
Normal file
BIN
assets/2.0x/loading_photos_background_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
assets/3.0x/loading_photos_background.png
Normal file
BIN
assets/3.0x/loading_photos_background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
BIN
assets/3.0x/loading_photos_background_dark.png
Normal file
BIN
assets/3.0x/loading_photos_background_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
BIN
assets/loading_photos_background.png
Normal file
BIN
assets/loading_photos_background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
assets/loading_photos_background_dark.png
Normal file
BIN
assets/loading_photos_background_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -34,7 +34,7 @@ class _LockScreenState extends State<LockScreen> {
|
|||
alignment: Alignment.center,
|
||||
children: [
|
||||
Opacity(
|
||||
opacity: 0.2,
|
||||
opacity: 0.3,
|
||||
child: Image.asset('assets/loading_photos_background.png'),
|
||||
),
|
||||
SizedBox(
|
||||
|
|
Loading…
Reference in a new issue