Advertisement
Guest User

overlap

a guest
Jun 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <View style={{ flex: 1 }}>
  2. <View style={{ flex: 1 }}>
  3. <View style={{ backgroundColor: 'black', width: 250, height: 50, alignItems: 'center' }}>
  4. </View>
  5. <View style={{ backgroundColor: 'red', width: 50, height: 50, borderRadius: 25, marginTop: -20 }}></View>
  6. <View>
  7. <Text>testing</Text>
  8. </View>
  9. </View>
  10. <View style={{ flex: 4 }}>
  11. <Text>coba coba</Text>
  12. </View>
  13. </View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement