Pārlūkot izejas kodu

更多应用界面添加钱包图标

yangjia 1 mēnesi atpakaļ
vecāks
revīzija
06316c80bd

BIN
assets/images/ico_iBit_wallet.png


+ 2 - 17
lib/presentation/screens/app/app_home.dart

@@ -326,23 +326,8 @@ class _HeroBanner extends StatelessWidget {
               child: Column(
                 crossAxisAlignment: CrossAxisAlignment.start,
                 children: [
-                  Container(
-                    width: 34,
-                    height: 34,
-                    decoration: BoxDecoration(
-                      color: AppColors.brand,
-                      borderRadius: BorderRadius.circular(8),
-                    ),
-                    alignment: Alignment.center,
-                    child: const Text(
-                      'iBit',
-                      style: TextStyle(
-                        color: Colors.black,
-                        fontSize: 12,
-                        fontWeight: FontWeight.w800,
-                      ),
-                    ),
-                  ),
+                  //钱包图标
+                  Image.asset("assets/images/ico_iBit_wallet.png",width:30,),
                   const Spacer(),
                   Text(
                     l10n.appHomeHeroTitle,