|
|
|
@ -42,11 +42,6 @@ export default function HomePage({ navigation , props}) {
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<SafeAreaProvider>
|
|
|
|
|
<View style={styles.topBar}>
|
|
|
|
|
<Image source={require("../assets/images/logo.png")} style={{width: 40, height: 40, flex: 0.1, marginLeft: 10}}/>
|
|
|
|
|
<Text style={styles.appName}>LeftOvers</Text>
|
|
|
|
|
<Image source={require("../assets/images/logo.png")} style={{width: 40, height: 40, flex: 0.1, marginRight: 10}}/>
|
|
|
|
|
</View>
|
|
|
|
|
<View style={styles.container}>
|
|
|
|
|
<LinearGradient colors={['#2680AA', '#59BDCD']} style={styles.linearGradient}>
|
|
|
|
|
<View style={{marginTop: 20}}/>
|
|
|
|
@ -109,23 +104,22 @@ export default function HomePage({ navigation , props}) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const styles = StyleSheet.create({
|
|
|
|
|
container: {
|
|
|
|
|
height: "100%",
|
|
|
|
|
width: "100%",
|
|
|
|
|
flex: 1,
|
|
|
|
|
backgroundColor: '#3F3C42',
|
|
|
|
|
alignItems: 'center',
|
|
|
|
|
justifyContent: 'center',
|
|
|
|
|
},
|
|
|
|
|
linearGradient: {
|
|
|
|
|
height: "100%",
|
|
|
|
|
width: "100%",
|
|
|
|
|
flex: 1,
|
|
|
|
|
padding: 10,
|
|
|
|
|
paddingTop: 0,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
filterBar: {
|
|
|
|
|
container: {
|
|
|
|
|
height: "100%",
|
|
|
|
|
width: "100%",
|
|
|
|
|
flex: 1,
|
|
|
|
|
backgroundColor: '#3F3C42',
|
|
|
|
|
alignItems: 'center',
|
|
|
|
|
justifyContent: 'center',
|
|
|
|
|
},
|
|
|
|
|
linearGradient: {
|
|
|
|
|
height: "100%",
|
|
|
|
|
width: "100%",
|
|
|
|
|
flex: 1,
|
|
|
|
|
padding: 10,
|
|
|
|
|
paddingTop: 0,
|
|
|
|
|
},
|
|
|
|
|
filterBar: {
|
|
|
|
|
flexDirection: "row",
|
|
|
|
|
width: 300,
|
|
|
|
|
paddingTop: 10,
|
|
|
|
@ -133,8 +127,8 @@ const styles = StyleSheet.create({
|
|
|
|
|
alignItems: "flex-end",
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
flex: 0.2,
|
|
|
|
|
},
|
|
|
|
|
filters: {
|
|
|
|
|
},
|
|
|
|
|
filters: {
|
|
|
|
|
flex: 0.8,
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
color: '#ACA279',
|
|
|
|
@ -142,14 +136,13 @@ const styles = StyleSheet.create({
|
|
|
|
|
padding: 5,
|
|
|
|
|
paddingLeft: 0,
|
|
|
|
|
paddingBottom: 0,
|
|
|
|
|
},
|
|
|
|
|
nbSelected: {
|
|
|
|
|
},
|
|
|
|
|
nbSelected: {
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
color: "#3F3C42",
|
|
|
|
|
textAlign: "right",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
profilesSelection: {
|
|
|
|
|
},
|
|
|
|
|
profilesSelection: {
|
|
|
|
|
flexDirection: 'column',
|
|
|
|
|
alignItems: 'center',
|
|
|
|
|
justifyContent: 'center',
|
|
|
|
@ -157,8 +150,8 @@ const styles = StyleSheet.create({
|
|
|
|
|
backgroundColor: '#F2F0E4',
|
|
|
|
|
paddingTop: 5,
|
|
|
|
|
marginHorizontal: 10,
|
|
|
|
|
},
|
|
|
|
|
welcome: {
|
|
|
|
|
},
|
|
|
|
|
welcome: {
|
|
|
|
|
flexDirection: 'column',
|
|
|
|
|
alignItems: 'center',
|
|
|
|
|
justifyContent: 'center',
|
|
|
|
@ -167,18 +160,18 @@ const styles = StyleSheet.create({
|
|
|
|
|
paddingVertical: 10,
|
|
|
|
|
paddingHorizontal: 25,
|
|
|
|
|
marginHorizontal: 10,
|
|
|
|
|
},
|
|
|
|
|
text: {
|
|
|
|
|
},
|
|
|
|
|
text: {
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
color: '#ACA279',
|
|
|
|
|
},
|
|
|
|
|
name: {
|
|
|
|
|
},
|
|
|
|
|
name: {
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
fontWeight: "bold",
|
|
|
|
|
color: '#59BDCD',
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
},
|
|
|
|
|
ingredientSelection: {
|
|
|
|
|
},
|
|
|
|
|
ingredientSelection: {
|
|
|
|
|
flexDirection: 'column',
|
|
|
|
|
width: "90%",
|
|
|
|
|
alignItems: 'center',
|
|
|
|
@ -189,20 +182,5 @@ const styles = StyleSheet.create({
|
|
|
|
|
borderColor: "#ACA279",
|
|
|
|
|
marginHorizontal: 10,
|
|
|
|
|
padding: 5
|
|
|
|
|
},
|
|
|
|
|
appName: {
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
fontWeight: "bold",
|
|
|
|
|
color: '#3F3C42',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
flex: 0.8,
|
|
|
|
|
},
|
|
|
|
|
topBar: {
|
|
|
|
|
flexDirection: 'row',
|
|
|
|
|
width: "100%",
|
|
|
|
|
alignItems: 'center',
|
|
|
|
|
justifyContent: 'center',
|
|
|
|
|
backgroundColor: '#F2F0E4',
|
|
|
|
|
padding: 5,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
});
|