Commit c9f770eb authored by Trisno's avatar Trisno

benerin top up info

parent a64825b9
...@@ -46,7 +46,7 @@ export default class TopUpInfo extends React.Component { ...@@ -46,7 +46,7 @@ export default class TopUpInfo extends React.Component {
<View style={styles.item_container} key={i}> <View style={styles.item_container} key={i}>
<Collapse> <Collapse>
<CollapseHeader> <CollapseHeader>
<View style={{ flexDirection: 'row', height: 24, marginBottom: 10 }}> <View style={{ flexDirection: 'row', height: 30, margin:20}}>
<Text style={styles.item_title}>{item.title}</Text> <Text style={styles.item_title}>{item.title}</Text>
<Image style={styles.item_image} source={item.title_thumb ? { uri: item.title_thumb } : null} /> <Image style={styles.item_image} source={item.title_thumb ? { uri: item.title_thumb } : null} />
</View> </View>
...@@ -106,7 +106,6 @@ const styles = StyleSheet.create({ ...@@ -106,7 +106,6 @@ const styles = StyleSheet.create({
borderColor: 'gray', borderColor: 'gray',
borderWidth: 1, borderWidth: 1,
borderRadius: 10, borderRadius: 10,
padding: 20,
marginBottom: 20, marginBottom: 20,
color: '#adadad' color: '#adadad'
}, },
...@@ -119,7 +118,7 @@ const styles = StyleSheet.create({ ...@@ -119,7 +118,7 @@ const styles = StyleSheet.create({
}, },
item_image: { item_image: {
width: 96, width: 96,
height: 24, height: 28,
alignItems: 'flex-end' alignItems: 'flex-end'
} }
}) })
\ No newline at end of file
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