feat(stats) add stats for mobile

This commit is contained in:
tmoldovan8x8
2020-12-22 11:12:52 +02:00
committed by GitHub
parent 8d813a499c
commit 5ecb5717c7
15 changed files with 549 additions and 17 deletions

View File

@@ -25,5 +25,28 @@ export default createStyleSheet({
fontSize: MD_FONT_SIZE,
marginLeft: MD_ITEM_MARGIN_PADDING,
opacity: 0.90
},
statsTitleText: {
fontSize: 16,
fontWeight: 'bold',
marginRight: 3
},
statsInfoText: {
fontSize: 16,
marginRight: 2,
marginLeft: 2
},
statsInfoCell: {
alignItems: 'center',
flexDirection: 'row',
height: 30,
justifyContent: 'flex-start'
},
statsWrapper: {
marginVertical: 10
}
});