Use settings segments

This commit is contained in:
Julia Friesel
2018-08-21 14:47:45 +02:00
parent c6b490b2a4
commit 75f5893b0c
3 changed files with 35 additions and 18 deletions
+10 -1
View File
@@ -92,6 +92,15 @@ export default StyleSheet.create({
settingsSegment: {
backgroundColor: 'lightgrey',
padding: 10,
marginTop: 10
marginTop: 10,
},
settingsSegmentTitle: {
fontWeight: 'bold'
},
settingsButton: {
backgroundColor: 'darkgrey',
padding: 10,
alignItems: 'center',
margin: 10
}
})