首次提交
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"textColorNormal": "#A4A3A3",
|
||||
"textColorSelected": "#21BEBD",
|
||||
"textSizeNormal": 9,
|
||||
"textSizeSelected": 9,
|
||||
"backgroundColor": "#e9e9e9",
|
||||
"isNameResId": false,
|
||||
"isTitleVisible": true,
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "首页",
|
||||
"tabTag": "key_guidance_fragment",
|
||||
"iconNormal": "main_home_tab_index_normal",
|
||||
"iconSelected": "main_home_tab_index_selected"
|
||||
},
|
||||
{
|
||||
"tabName": "就医",
|
||||
"tabTag": "key_emergency_fragment",
|
||||
"iconNormal": "main_home_tab_emergency_normal",
|
||||
"iconSelected": "main_home_tab_emergency_selected",
|
||||
"itemBg": "home_tab_center_bg"
|
||||
},
|
||||
{
|
||||
"tabName": "监测",
|
||||
"tabTag": "key_monitor_fragment",
|
||||
"iconNormal": "main_home_tab_monitor_normal",
|
||||
"iconSelected": "main_home_tab_monitor_selected",
|
||||
"itemBg": "home_tab_center_bg"
|
||||
},
|
||||
{
|
||||
"tabName": "我的",
|
||||
"tabTag": "key_my_fragment",
|
||||
"iconNormal": "main_home_tab_my_normal",
|
||||
"iconSelected": "main_home_tab_my_selected"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user