added icon to bottom nav bar and small style

This commit is contained in:
Emily Liu
2020-10-18 22:53:27 -04:00
parent bfd30f4ad1
commit 5f18866ae3
3 changed files with 46 additions and 12 deletions
+4 -3
View File
@@ -8,12 +8,13 @@ const styles = StyleSheet.create({
item: {
backgroundColor: '#bababa',
padding: 20,
marginVertical: 8,
marginHorizontal: 16,
borderRadius: 16,
borderBottomWidth: 1.5,
borderColor: 'black',
borderRadius: 12,
},
title: {
fontSize: 32,
fontSize: 28,
},
date: {
fontSize:12,
+8 -3
View File
@@ -7,15 +7,16 @@ const styles=StyleSheet.create({
borderBottomColor:'white',
borderBottomWidth:0.5,
height: Dimensions.get('window').height*0.075,
justifyContent:'center'
justifyContent:'center',
paddingLeft: '3%',
},
moretext: {
color:'#eee',
fontSize:20,
},
headerTitle: {
fontWeight:'bold',
fontSize:24
fontWeight: 'bold',
fontSize:24,
},
resourceContainer: {
alignItems: 'center',
@@ -51,6 +52,10 @@ const styles=StyleSheet.create({
borderRadius: 5,
height: '100%',
width: '100%',
},
tabBarIcon: {
height: 50,
width: 50,
}
});