Add license page

This commit is contained in:
Julia Friesel
2018-12-21 17:14:27 +01:00
parent c713ed5490
commit 000e1b63c7
7 changed files with 101 additions and 33 deletions
+15 -1
View File
@@ -89,11 +89,13 @@ export default StyleSheet.create({
marginHorizontal: 50,
marginTop: 20,
},
homeButton: {
button: {
paddingVertical: 10,
paddingHorizontal: 20,
borderRadius: 5,
alignItems: 'center',
},
homeButton: {
width: 200,
},
homeButtonText: {
@@ -391,6 +393,18 @@ export default StyleSheet.create({
passwordPromptForgotPasswordText: {
marginTop: 20,
color: 'grey'
},
licensePage: {
paddingVertical: 20,
paddingHorizontal: 20
},
licenseButtons: {
flexDirection: 'row',
justifyContent: 'flex-end'
},
licenseButton: {
marginLeft: 30,
width: 100
}
})