初始代码
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"textColorNormal": "#A4A3A3",
|
||||
"textColorSelected": "#21BEBD",
|
||||
"textSizeNormal": 9,
|
||||
"textSizeSelected": 9,
|
||||
"backgroundColor": "#e9e9e9",
|
||||
"isNameResId": false,
|
||||
"isTitleVisible": true,
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "首页",
|
||||
"tabTag": "key_index_fragment",
|
||||
"iconNormal": "home_tab",
|
||||
"iconSelected": "home_select_tab"
|
||||
},
|
||||
{
|
||||
"tabName": "记录",
|
||||
"tabTag": "key_record_fragment",
|
||||
"iconNormal": "record_tab",
|
||||
"iconSelected": "record_select_tab"
|
||||
},
|
||||
{
|
||||
"tabName": "上报",
|
||||
"tabTag": "key_report_fragment",
|
||||
"iconNormal": "report_tab",
|
||||
"iconSelected": "report_select_tab"
|
||||
},
|
||||
{
|
||||
"tabName": "消息",
|
||||
"tabTag": "key_message_fragment",
|
||||
"iconNormal": "message_tab",
|
||||
"iconSelected": "message_select_tab"
|
||||
},
|
||||
{
|
||||
"tabName": "我的",
|
||||
"tabTag": "key_my_fragment",
|
||||
"iconNormal": "self_tab",
|
||||
"iconSelected": "self_select_tab"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user