Skip to content

Commit f1566cb

Browse files
committed
style: update app title and icon.
1 parent f792023 commit f1566cb

File tree

9 files changed

+3
-2
lines changed

9 files changed

+3
-2
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FlutterApplication and put your custom class here. -->
99
<application
1010
android:name="io.flutter.app.FlutterApplication"
11-
android:label="lophornis"
11+
android:label="微信+"
1212
android:icon="@mipmap/ic_launcher">
1313
<activity
1414
android:name=".MainActivity"
Loading
Loading
Loading
Loading
Loading

assets/images/ic_moment_link.png

821 Bytes
Loading

lib/widget/moment_item_widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class MomentItemWidget extends StatelessWidget {
9898
),
9999
SizedBox(width: 10.0,),
100100
Expanded(
101-
child: Text('测试链接,测试中。。。', maxLines: 1, style: TextStyle(fontSize: 16.0,),),
101+
child: Text('测试链接,测试中...', maxLines: 1, style: TextStyle(fontSize: 16.0,),),
102102
),
103103
],
104104
),

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ flutter:
109109
- assets/images/ic_service_info.png
110110
- assets/images/ic_social_circle_img.png
111111
- assets/images/moments_bg.png
112+
- assets/images/ic_moment_link.png
112113

113114
fonts:
114115
- family: appIconFont

0 commit comments

Comments
 (0)