Files
digitalCoalMiningPlatform/coalMiningApp/app/src/main/assets/tab.json
T

35 lines
821 B
JSON

{
"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_my_fragment",
"iconNormal": "self_tab",
"iconSelected": "self_select_tab"
}
]
}