Commit 3ef60d93 authored by Trisno's avatar Trisno

revisi

parent 71101823
...@@ -311,11 +311,11 @@ class Home extends React.Component { ...@@ -311,11 +311,11 @@ class Home extends React.Component {
<ScrollView> <ScrollView>
<View style={{ flex: 6 }}> <View style={{ flex: 6 }}>
<View style={styles.header}> <View style={styles.header}>
<View style={{ flex: 0.15, margin: 15 }} /> <View style={{ flex: 0.1, padding: 15 }} />
<View style={{ flex: 0.7, alignItems: 'center'}}> <View style={{ flex: 0.8, alignItems: 'center'}}>
<Text style={styles.titleText}>{i18n.t('promotion')}</Text> <Text style={styles.titleText}>{i18n.t('promotion')}</Text>
</View> </View>
<View style={{ margin: 15, flex: 0.15, alignItems: 'flex-end' }}> <View style={{ padding: 15, flex: 0.1, alignItems: 'flex-end' }}>
<TouchableOpacity onPress={() => this.props.navigation.navigate('Inbox List')}> <TouchableOpacity onPress={() => this.props.navigation.navigate('Inbox List')}>
<SimpleLineIcons name="bell" size={24} color="white" /> <SimpleLineIcons name="bell" size={24} color="white" />
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment