Final Add Entry UI

parent 5fdd7633
...@@ -104,7 +104,7 @@ const AddData = () => { ...@@ -104,7 +104,7 @@ const AddData = () => {
)} )}
<Text style={styles.textLabel2}>Write Your Entry</Text> <Text style={styles.textLabel2}>Write Your Entry</Text>
<TextInput <TextInput
placeholder='Additional text' placeholder='Enter Text ...'
value={Additional_Text} value={Additional_Text}
onChangeText={(text) => setText(text)} onChangeText={(text) => setText(text)}
style={styles.Additionalinput} style={styles.Additionalinput}
...@@ -180,11 +180,13 @@ const styles = StyleSheet.create({ ...@@ -180,11 +180,13 @@ const styles = StyleSheet.create({
width: '50%', width: '50%',
height: '200%', height: '200%',
top: '-5%', top: '-5%',
left: -37,
}, },
SadFace: { SadFace: {
width: '50%', width: '50%',
height: '200%', height: '200%',
top: '-2%', top: '-2%',
left: 55,
}, },
scaleimg: { scaleimg: {
width: '250%', width: '250%',
...@@ -215,10 +217,10 @@ const styles = StyleSheet.create({ ...@@ -215,10 +217,10 @@ const styles = StyleSheet.create({
marginBottom: 20, marginBottom: 20,
}, },
radioLabel: { radioLabel: {
fontSize: 16, fontSize: 15,
marginBottom: 15, marginBottom: 15,
fontWeight: 'bold', fontWeight: 'bold',
color: '#7B241C', color: '#212F3D',
}, },
radioButtons: { radioButtons: {
flexDirection: 'row', flexDirection: 'row',
...@@ -232,6 +234,7 @@ const styles = StyleSheet.create({ ...@@ -232,6 +234,7 @@ const styles = StyleSheet.create({
marginRight: '10%', marginRight: '10%',
marginLeft: '-32%', marginLeft: '-32%',
alignSelf: 'flex-start', alignSelf: 'flex-start',
marginLeft: '-44%',
}, },
radioButton2: { radioButton2: {
marginRight: 20, marginRight: 20,
...@@ -241,6 +244,7 @@ const styles = StyleSheet.create({ ...@@ -241,6 +244,7 @@ const styles = StyleSheet.create({
top: '25%', top: '25%',
marginLeft: '-30%', marginLeft: '-30%',
alignSelf: 'flex-start', alignSelf: 'flex-start',
marginLeft: '-13%',
}, },
radioButtonSelectedSmile: { radioButtonSelectedSmile: {
marginRight: 20, marginRight: 20,
...@@ -250,7 +254,7 @@ const styles = StyleSheet.create({ ...@@ -250,7 +254,7 @@ const styles = StyleSheet.create({
backgroundColor: '#98fb98', backgroundColor: '#98fb98',
borderColor: '#98fb98', borderColor: '#98fb98',
top: '25%', top: '25%',
marginLeft: '-34%', marginLeft: '-44%',
}, },
radioButtonSelectedSad: { radioButtonSelectedSad: {
marginRight: 20, marginRight: 20,
...@@ -260,7 +264,7 @@ const styles = StyleSheet.create({ ...@@ -260,7 +264,7 @@ const styles = StyleSheet.create({
backgroundColor: '#EC7063', backgroundColor: '#EC7063',
borderColor: '#EC7063', borderColor: '#EC7063',
top: '25%', top: '25%',
marginLeft: '-31%', marginLeft: '-13%',
}, },
radioButtonText1: { radioButtonText1: {
color: '#008000', color: '#008000',
...@@ -276,17 +280,17 @@ const styles = StyleSheet.create({ ...@@ -276,17 +280,17 @@ const styles = StyleSheet.create({
marginTop: 20, marginTop: 20,
}, },
textLabel1: { textLabel1: {
fontSize: 16, fontSize: 15,
marginBottom: 15, marginBottom: 15,
fontWeight: 'bold', fontWeight: 'bold',
color: '#7B241C', color: '#212F3D',
top: '12%', top: '12%',
}, },
textLabel2: { textLabel2: {
fontSize: 16, fontSize: 15,
marginBottom: 15, marginBottom: 15,
fontWeight: 'bold', fontWeight: 'bold',
color: '#7B241C', color: '#212F3D',
top: '-5%', top: '-5%',
}, },
horizontalPicker: { horizontalPicker: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment