mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 18:09:31 +08:00
android 隐藏 tabbar 文字
This commit is contained in:
parent
23bdaeecdf
commit
f9bd2ec8c1
1 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ function config(splash) {
|
||||||
options: {
|
options: {
|
||||||
bottomTabs: {
|
bottomTabs: {
|
||||||
currentTabIndex: 0,
|
currentTabIndex: 0,
|
||||||
titleDisplayMode: 'alwaysShow' // android
|
titleDisplayMode: 'alwaysHide' // android
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
children: [{
|
children: [{
|
||||||
|
@ -48,8 +48,8 @@ function config(splash) {
|
||||||
selectedIcon: Icon.homeSelectedIcon,
|
selectedIcon: Icon.homeSelectedIcon,
|
||||||
|
|
||||||
// android
|
// android
|
||||||
iconColor: '#ccc',
|
iconColor: '#aaa',
|
||||||
selectedIconColor: Color.primary
|
selectedIconColor: Color.primary,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ function config(splash) {
|
||||||
selectedIcon: Icon.followSelectedIcon,
|
selectedIcon: Icon.followSelectedIcon,
|
||||||
|
|
||||||
// android
|
// android
|
||||||
iconColor: '#ccc',
|
iconColor: '#aaa',
|
||||||
selectedIconColor: Color.primary
|
selectedIconColor: Color.primary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -96,7 +96,7 @@ function config(splash) {
|
||||||
selectedIcon: Icon.writeSelectedIcon,
|
selectedIcon: Icon.writeSelectedIcon,
|
||||||
|
|
||||||
// android
|
// android
|
||||||
iconColor: '#ccc',
|
iconColor: '#aaa',
|
||||||
selectedIconColor: Color.primary
|
selectedIconColor: Color.primary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ function config(splash) {
|
||||||
selectedIcon: Icon.tipSelectedIcon,
|
selectedIcon: Icon.tipSelectedIcon,
|
||||||
|
|
||||||
// android
|
// android
|
||||||
iconColor: '#ccc',
|
iconColor: '#aaa',
|
||||||
selectedIconColor: Color.primary
|
selectedIconColor: Color.primary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -152,7 +152,7 @@ function config(splash) {
|
||||||
selectedIcon: Icon.mySelectIcon,
|
selectedIcon: Icon.mySelectIcon,
|
||||||
|
|
||||||
// android
|
// android
|
||||||
iconColor: '#ccc',
|
iconColor: '#aaa',
|
||||||
selectedIconColor: Color.primary
|
selectedIconColor: Color.primary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue