From f9bd2ec8c1cec01b8bd7b53a7497d29f915f5e34 Mon Sep 17 00:00:00 2001 From: mx1700 Date: Mon, 15 Jul 2019 23:10:13 +0800 Subject: [PATCH] =?UTF-8?q?android=20=E9=9A=90=E8=97=8F=20tabbar=20?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nav/bottomNav.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/nav/bottomNav.js b/src/nav/bottomNav.js index 04a8bb7..d0162d1 100644 --- a/src/nav/bottomNav.js +++ b/src/nav/bottomNav.js @@ -9,7 +9,7 @@ function config(splash) { options: { bottomTabs: { currentTabIndex: 0, - titleDisplayMode: 'alwaysShow' // android + titleDisplayMode: 'alwaysHide' // android } }, children: [{ @@ -48,8 +48,8 @@ function config(splash) { selectedIcon: Icon.homeSelectedIcon, // android - iconColor: '#ccc', - selectedIconColor: Color.primary + iconColor: '#aaa', + selectedIconColor: Color.primary, } } } @@ -69,7 +69,7 @@ function config(splash) { selectedIcon: Icon.followSelectedIcon, // android - iconColor: '#ccc', + iconColor: '#aaa', selectedIconColor: Color.primary } } @@ -96,7 +96,7 @@ function config(splash) { selectedIcon: Icon.writeSelectedIcon, // android - iconColor: '#ccc', + iconColor: '#aaa', selectedIconColor: Color.primary } } @@ -124,7 +124,7 @@ function config(splash) { selectedIcon: Icon.tipSelectedIcon, // android - iconColor: '#ccc', + iconColor: '#aaa', selectedIconColor: Color.primary } } @@ -152,7 +152,7 @@ function config(splash) { selectedIcon: Icon.mySelectIcon, // android - iconColor: '#ccc', + iconColor: '#aaa', selectedIconColor: Color.primary } }