Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
reason
2022-01-02 14:19:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c79f8cc4651edf32baa717c14af1c9d1a16a1631
c79f8cc4
1 parent
77fab504
update styles
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
lib/category/page/categories_page.dart
lib/category/widgets/category_item.dart
lib/timeline/widgets/friend_cell.dart
lib/category/page/categories_page.dart
View file @
c79f8cc
...
...
@@ -44,6 +44,7 @@ class _CategoriesPageState extends State<CategoriesPage>
create:
(
_
)
=>
provider
,
child:
Scaffold
(
appBar:
MyAppBar
(
isBack:
false
,
homeMenuHeader:
Container
(
alignment:
Alignment
.
center
,
margin:
const
EdgeInsets
.
symmetric
(
horizontal:
5.0
),
...
...
lib/category/widgets/category_item.dart
View file @
c79f8cc
...
...
@@ -85,9 +85,13 @@ class CategoryItem extends StatelessWidget {
style:
TextStyle
(
fontSize:
22.0
,
fontFamily:
"ZCOOLXiaoWei"
),
),
const
Text
(
"[唐] 陈子昂《登幽州台歌》"
,
maxLines:
1
,
Container
(
width:
double
.
infinity
,
alignment:
Alignment
.
centerRight
,
child:
const
Text
(
"[唐] 陈子昂《登幽州台歌》"
,
maxLines:
1
,
),
),
],
),
...
...
lib/timeline/widgets/friend_cell.dart
View file @
c79f8cc
...
...
@@ -151,7 +151,7 @@ class FriendCellState extends State<FriendCell> {
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Icon
(
Icons
.
favorite_border
,
Icons
.
thumb_up_alt_outlined
,
color:
Colors
.
white
,
size:
15
.
px
,
),
...
...
@@ -181,7 +181,7 @@ class FriendCellState extends State<FriendCell> {
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Icon
(
Icons
.
sms
,
Icons
.
thumb_down_alt_outlined
,
color:
Colors
.
white
,
size:
15
.
px
,
),
...
...
@@ -211,7 +211,7 @@ class FriendCellState extends State<FriendCell> {
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Icon
(
Icons
.
sms
,
Icons
.
favorite_border_outlined
,
color:
Colors
.
white
,
size:
15
.
px
,
),
...
...
@@ -241,7 +241,7 @@ class FriendCellState extends State<FriendCell> {
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Icon
(
Icons
.
sms
,
Icons
.
chat_bubble_outline_outlined
,
color:
Colors
.
white
,
size:
15
.
px
,
),
...
...
Please
register
or
login
to post a comment