redux_test_david
Lucas Delanier 2 years ago
parent af6d41369c
commit c43ea76c2f

@ -13,7 +13,7 @@ export default function FavoriteScreen({ navigation }: RootTabScreenProps<'Favor
<Text style={{color: "white", fontSize:30}}>Favorite</Text> <Text style={{color: "white", fontSize:30}}>Favorite</Text>
</View> </View>
<Image <Image
source={require('../assets/images/delimiter.png')} style={{height: 2, width: 400, resizeMode:"fit"}} source={require('../assets/images/delimiter.png')} style={{height: 2, width: 400}}
/> />
<View style={{height:40, width:400, backgroundColor:"grey", borderRadius:20, marginVertical:10, alignSelf:"center"}}> <View style={{height:40, width:400, backgroundColor:"grey", borderRadius:20, marginVertical:10, alignSelf:"center"}}>
<TextInput style={{width:300, height:40, marginHorizontal:20}} ></TextInput> <TextInput style={{width:300, height:40, marginHorizontal:20}} ></TextInput>

@ -24,7 +24,7 @@ const styles = StyleSheet.create({
}, },
image: { image: {
position: 'absolute', position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, justifyContent: 'center', alignItems: 'center',
shadowColor: "#000", shadowColor: "#000",
shadowOffset: { shadowOffset: {
width: 0, width: 0,
@ -33,7 +33,7 @@ const styles = StyleSheet.create({
shadowOpacity: 0.39, shadowOpacity: 0.39,
shadowRadius: 8.30, shadowRadius: 8.30,
flex: 1, flex: 1,
paddingTop: 230, paddingTop: 70,
alignSelf: 'center', alignSelf: 'center',
elevation: 13, elevation: 13,
}, },

Loading…
Cancel
Save