UNPKG

1.19 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports['default'] = {
7 Tabs: {
8 container: {
9 flex: 1
10 },
11 topTabBarSplitLine: {
12 borderBottomColor: '#eee',
13 borderBottomWidth: 1
14 },
15 bottomTabBarSplitLine: {
16 borderTopColor: '#eee',
17 borderTopWidth: 1
18 }
19 },
20 TabBar: {
21 container: {
22 height: 43.5
23 },
24 tabs: {
25 flex: 1,
26 flexDirection: 'row',
27 height: 43.5,
28 backgroundColor: '#fff',
29 justifyContent: 'space-around'
30 },
31 tab: {
32 height: 43.5,
33 alignItems: 'center',
34 justifyContent: 'center',
35 paddingTop: 0,
36 paddingBottom: 0,
37 paddingRight: 2,
38 paddingLeft: 2,
39 flexDirection: 'row'
40 },
41 underline: {
42 height: 2,
43 backgroundColor: '#108ee9'
44 },
45 textStyle: {
46 fontSize: 15
47 },
48 activeTextColor: '#108ee9',
49 inactiveTextColor: '#000'
50 }
51};
52module.exports = exports['default'];
\No newline at end of file