Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
gskinner committed Jun 1, 2020
1 parent 66e7d5d commit 9202dcb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
Binary file modified adobe_xd/example/Campvibes.xd
Binary file not shown.
Binary file removed adobe_xd/example/assets/images/2.0x/camp.jpg
Binary file not shown.
Binary file modified adobe_xd/example/assets/images/camp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions adobe_xd/example/lib/GearItem.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ class GearItem extends StatelessWidget {
SizedBox(
width: 188.0,
height: 63.0,
child: SingleChildScrollView(
child: Text(
child: Text(
description,
style: TextStyle(
fontFamily: 'Georgia',
fontSize: 16,
color: const Color(0xff333333),
),
textAlign: TextAlign.left,
)),
),
),
),
Transform.translate(
Expand Down
15 changes: 6 additions & 9 deletions adobe_xd/example/lib/Home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ class Home extends StatelessWidget {
SizedBox(
width: 327.0,
height: 74.0,
child: SingleChildScrollView(
child: Text(
child: Text(
'Welcome to Campvibes!',
style: TextStyle(
fontFamily: 'Helvetica',
Expand All @@ -40,7 +39,7 @@ class Home extends StatelessWidget {
fontWeight: FontWeight.w700,
),
textAlign: TextAlign.center,
)),
),
),
),
Transform.translate(
Expand Down Expand Up @@ -106,16 +105,15 @@ class Home extends StatelessWidget {
SizedBox(
width: 47.0,
height: 20.0,
child: SingleChildScrollView(
child: Text(
child: Text(
value,
style: TextStyle(
fontFamily: 'Helvetica',
fontSize: 20,
color: const Color(0xff00a9de),
),
textAlign: TextAlign.center,
)),
),
),
),
Transform.translate(
Expand All @@ -125,8 +123,7 @@ class Home extends StatelessWidget {
SizedBox(
width: 47.0,
height: 11.0,
child: SingleChildScrollView(
child: Text(
child: Text(
label,
style: TextStyle(
fontFamily: 'Helvetica',
Expand All @@ -135,7 +132,7 @@ class Home extends StatelessWidget {
letterSpacing: 0.22,
),
textAlign: TextAlign.center,
)),
),
),
),
Transform.translate(
Expand Down

0 comments on commit 9202dcb

Please sign in to comment.