浏览代码

更改各种图标

daxu0403 7 年之前
父节点
当前提交
0fb07b2656

二进制
android/app/src/main/res/mipmap-hdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-mdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


二进制
lib/images/icon_print_type.png


+ 1 - 1
lib/pages/my_page.dart

@@ -510,7 +510,7 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
                         children: < Widget > [
                         children: < Widget > [
                           Padding(
                           Padding(
                             padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(22)),
                             padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(22)),
-                            child: Image.asset('lib/images/icon_dayinji.png',
+                            child: Image.asset('lib/images/icon_print_type.png',
                               width: ScreenUtil.getInstance().setWidth(30),
                               width: ScreenUtil.getInstance().setWidth(30),
                               height: ScreenUtil.getInstance().setHeight(34),
                               height: ScreenUtil.getInstance().setHeight(34),
                             )
                             )

+ 1 - 1
lib/pages/order_management_page.dart

@@ -382,7 +382,7 @@ class _QueryWidgetState extends State < QueryWidget > {
           color: Colors.white,
           color: Colors.white,
           borderRadius: BorderRadius.all(Radius.circular(8)),
           borderRadius: BorderRadius.all(Radius.circular(8)),
           boxShadow: [
           boxShadow: [
-          BoxShadow(color: Color.fromRGBO(217, 226, 233, 1),offset: Offset(0, 4),blurRadius: 3.0),
+          BoxShadow(color: Color.fromRGBO(217, 226, 233, 0.5),offset: Offset(0, 2),blurRadius: 3.0),
           ]
           ]
         ),
         ),
         child: Container(
         child: Container(

+ 1 - 1
lib/pages/order_taking_page.dart

@@ -440,7 +440,7 @@ class _OrderCardContainerState extends State < OrderCardContainer > with SingleT
         color: Colors.white,
         color: Colors.white,
         borderRadius: BorderRadius.all(Radius.circular(8)),
         borderRadius: BorderRadius.all(Radius.circular(8)),
         boxShadow: [
         boxShadow: [
-         BoxShadow(color: Color.fromRGBO(217, 226, 233, 1),offset: Offset(0, 4),blurRadius: 3.0),
+         BoxShadow(color: Color.fromRGBO(217, 226, 233, 0.5),offset: Offset(0, 2),blurRadius: 3.0),
         ]
         ]
       ),
       ),
       child: Container(
       child: Container(

+ 1 - 0
pubspec.yaml

@@ -81,6 +81,7 @@ flutter:
     - lib/images/icon_bank.png
     - lib/images/icon_bank.png
     - lib/images/icon_checked.png
     - lib/images/icon_checked.png
     - lib/images/icon_avatar.png
     - lib/images/icon_avatar.png
+    - lib/images/icon_print_type.png
   # An image asset can refer to one or more resolution-specific "variants", see
   # An image asset can refer to one or more resolution-specific "variants", see
   # https://flutter.io/assets-and-images/#resolution-aware.
   # https://flutter.io/assets-and-images/#resolution-aware.