ui changes with gif and also other minor changes

This commit is contained in:
talksik
2018-08-07 17:23:38 -07:00
parent dd09dd147e
commit 31edd9dbcd
17 changed files with 71 additions and 51 deletions
+16 -5
View File
@@ -40,7 +40,11 @@ export default class Navbar extends Component<Props> {
<View style={styles.headerTxt}>
<Text style={styles.head}>Chat</Text>
<Text style={styles.status}>online</Text>
<View style={styles.statusCont}>
<Icon style={styles.statusIcon} name='check-circle' />
<Text style={styles.statusTxt}>online</Text>
</View>
</View>
<View style={styles.iconCont}>
@@ -77,11 +81,18 @@ const styles = {
color: 'white',
fontFamily: Fonts.Sunflower
},
status: {
fontSize: 13,
color: 'white',
fontFamily: Fonts.Sunflower
statusCont: {
flexDirection: 'row'
},
statusIcon: {
color: 'green',
marginRight: 5
},
statusTxt: {
fontSize: 13,
color: 'white',
fontFamily: Fonts.Sunflower
},
avatar: {
height: 30,
width: 30,