Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
feelver
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2F-ART
feelver
Commits
a039efda
Commit
a039efda
authored
Aug 27, 2020
by
Mobile : Ball (Apprentice)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f97a4ff7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
lib/ui/favorite/favorite.dart
+0
-1
lib/ui/shop/shop_list_detail.dart
+18
-10
No files found.
lib/ui/favorite/favorite.dart
View file @
a039efda
...
...
@@ -92,7 +92,6 @@ class _FavoriteState extends State<Favorite> {
return
Container
(
// color: Colors.red,
margin:
EdgeInsets
.
only
(
bottom:
15
),
height:
SizeConfig
.
getHeight
(
150
),
child:
Container
(
child:
Column
(
children:
<
Widget
>[
...
...
lib/ui/shop/shop_list_detail.dart
View file @
a039efda
...
...
@@ -625,16 +625,24 @@ class _ShopListDetailState extends State<ShopListDetail> {
),
Positioned
(
right:
SizeConfig
.
getPadding
(
15
),
top:
SizeConfig
.
getPadding
(
20
),
child:
Text
(
'ดูทั้งหมด'
,
textAlign:
TextAlign
.
right
,
style:
TextStyle
(
decoration:
TextDecoration
.
underline
,
color:
Colors
.
black54
,
fontSize:
SizeConfig
.
getFontSize
(
12
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w700
),
top:
SizeConfig
.
getPadding
(
10
),
child:
FlatButton
(
onPressed:
(){
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
context
)
=>
ReviewShopPage
()),
);
},
child:
Text
(
'ดูทั้งหมด'
,
textAlign:
TextAlign
.
right
,
style:
TextStyle
(
decoration:
TextDecoration
.
underline
,
color:
Colors
.
black54
,
fontSize:
SizeConfig
.
getFontSize
(
12
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w700
),
),
),
),
Positioned
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment