Commit ba15a734 by Mobile : Art

update

parent 43f467db
...@@ -15,7 +15,7 @@ class _BookingFlowState extends State<BookingFlow> { ...@@ -15,7 +15,7 @@ class _BookingFlowState extends State<BookingFlow> {
body: _setupView(), body: _setupView(),
bottomNavigationBar: Container( bottomNavigationBar: Container(
height: SizeConfig.getHeight(100), height: SizeConfig.getHeight(100),
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
child: Stack( child: Stack(
children: <Widget>[ children: <Widget>[
Positioned( Positioned(
......
...@@ -15,12 +15,12 @@ class _BookingFormState extends State<BookingForm> { ...@@ -15,12 +15,12 @@ class _BookingFormState extends State<BookingForm> {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: Text('จอง'), title: Text('จอง'),
backgroundColor: Color.fromRGBO(54, 148, 163, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
), ),
body: _setupView(), body: _setupView(),
bottomNavigationBar: Container( bottomNavigationBar: Container(
height: SizeConfig.getHeight(100), height: SizeConfig.getHeight(100),
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
child: Stack( child: Stack(
children: <Widget>[ children: <Widget>[
Positioned( Positioned(
...@@ -103,7 +103,7 @@ class _BookingFormState extends State<BookingForm> { ...@@ -103,7 +103,7 @@ class _BookingFormState extends State<BookingForm> {
'ข้อมูลแพ็คเกจที่คุณจอง', 'ข้อมูลแพ็คเกจที่คุณจอง',
textAlign: TextAlign.left, textAlign: TextAlign.left,
style: TextStyle( style: TextStyle(
color: Color.fromRGBO(54, 148, 163, 1), color: Color.fromRGBO(69, 85, 79, 1),
fontSize: SizeConfig.getFontSize(14), fontSize: SizeConfig.getFontSize(14),
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
...@@ -573,7 +573,7 @@ class _BookingFormState extends State<BookingForm> { ...@@ -573,7 +573,7 @@ class _BookingFormState extends State<BookingForm> {
width: MediaQuery.of(context).size.width, width: MediaQuery.of(context).size.width,
height: SizeConfig.getHeight(100), height: SizeConfig.getHeight(100),
decoration: BoxDecoration( decoration: BoxDecoration(
color: Color.fromRGBO(54, 148, 163, 1), color: Color.fromRGBO(69, 85, 79, 1),
), ),
child: Container( child: Container(
alignment: Alignment.topLeft, alignment: Alignment.topLeft,
......
...@@ -30,7 +30,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -30,7 +30,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
backgroundColor: Color.fromRGBO(106, 179, 170, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
elevation: 0, elevation: 0,
centerTitle: true, centerTitle: true,
title: Text( title: Text(
...@@ -51,7 +51,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -51,7 +51,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
children: <Widget>[ children: <Widget>[
Container( Container(
height: SizeConfig.getWidth(110), height: SizeConfig.getWidth(110),
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
child: Container( child: Container(
padding: EdgeInsets.only(left: SizeConfig.getPadding(24)), padding: EdgeInsets.only(left: SizeConfig.getPadding(24)),
alignment: Alignment.topLeft, alignment: Alignment.topLeft,
...@@ -69,7 +69,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -69,7 +69,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
), ),
backgroundColor: Color.fromRGBO(106, 179, 170, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
shape: StadiumBorder( shape: StadiumBorder(
side: BorderSide(color: Colors.white), side: BorderSide(color: Colors.white),
), ),
...@@ -89,7 +89,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -89,7 +89,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
), ),
backgroundColor: Color.fromRGBO(106, 179, 170, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
shape: StadiumBorder( shape: StadiumBorder(
side: BorderSide(color: Colors.white), side: BorderSide(color: Colors.white),
), ),
...@@ -106,7 +106,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -106,7 +106,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
), ),
backgroundColor: Color.fromRGBO(106, 179, 170, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
shape: StadiumBorder( shape: StadiumBorder(
side: BorderSide(color: Colors.white), side: BorderSide(color: Colors.white),
), ),
...@@ -123,7 +123,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -123,7 +123,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
), ),
backgroundColor: Color.fromRGBO(106, 179, 170, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
shape: StadiumBorder( shape: StadiumBorder(
side: BorderSide(color: Colors.white), side: BorderSide(color: Colors.white),
), ),
...@@ -140,7 +140,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin { ...@@ -140,7 +140,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
), ),
backgroundColor: Color.fromRGBO(106, 179, 170, 1), backgroundColor: Color.fromRGBO(69, 85, 79, 1),
shape: StadiumBorder( shape: StadiumBorder(
side: BorderSide(color: Colors.white), side: BorderSide(color: Colors.white),
), ),
......
...@@ -19,7 +19,7 @@ class _ReserveDateTimeState extends State<ReserveDateTime> { ...@@ -19,7 +19,7 @@ class _ReserveDateTimeState extends State<ReserveDateTime> {
body: _setupView(), body: _setupView(),
bottomNavigationBar: Container( bottomNavigationBar: Container(
height: SizeConfig.getHeight(100), height: SizeConfig.getHeight(100),
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
child: Stack( child: Stack(
children: <Widget>[ children: <Widget>[
Positioned( Positioned(
...@@ -125,7 +125,7 @@ class _ReserveDateTimeState extends State<ReserveDateTime> { ...@@ -125,7 +125,7 @@ class _ReserveDateTimeState extends State<ReserveDateTime> {
'คุณกำลังจอง', 'คุณกำลังจอง',
textAlign: TextAlign.left, textAlign: TextAlign.left,
style: TextStyle( style: TextStyle(
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
fontSize: SizeConfig.getFontSize(14), fontSize: SizeConfig.getFontSize(14),
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
......
...@@ -17,7 +17,7 @@ class _ReserveListState extends State<ReserveList> { ...@@ -17,7 +17,7 @@ class _ReserveListState extends State<ReserveList> {
body: _setupView(), body: _setupView(),
bottomNavigationBar: Container( bottomNavigationBar: Container(
height: SizeConfig.getHeight(100), height: SizeConfig.getHeight(100),
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
child: Stack( child: Stack(
children: <Widget>[ children: <Widget>[
Positioned( Positioned(
...@@ -123,7 +123,7 @@ class _ReserveListState extends State<ReserveList> { ...@@ -123,7 +123,7 @@ class _ReserveListState extends State<ReserveList> {
'คุณกำลังจอง', 'คุณกำลังจอง',
textAlign: TextAlign.left, textAlign: TextAlign.left,
style: TextStyle( style: TextStyle(
color: Color.fromRGBO(106, 179, 170, 1), color: Color.fromRGBO(69, 85, 79, 1),
fontSize: SizeConfig.getFontSize(14), fontSize: SizeConfig.getFontSize(14),
fontFamily: "SF_Pro_Text", fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment