Skip to content
Snippets Groups Projects
Commit 7b743117 authored by Eirik Martin Danielsen's avatar Eirik Martin Danielsen :speech_balloon:
Browse files

Merge branch '53-change-a-string-confirm-to-start-image-processing' into 'master'

Resolve "change a string "confirm" to "start image processing""

Closes #53

See merge request !56
parents 27b792f0 6d07634e
No related branches found
No related tags found
1 merge request!56Resolve "change a string "confirm" to "start image processing""
......@@ -128,10 +128,11 @@ const _ManageSalamandersScreen = (props) => {
</View>
<CustomButton
style={styles.buttonFetch}
title="Fetch"
title="Search"
mode="outlined"
onPress={() => getSalamanders()}
disabled={locationValue == null}
icon="magnify"
/>
</View>
<FlatList
......
......@@ -154,7 +154,7 @@ const _CameraScreen = (props) => {
)}
{image && (
<CustomButton
title="Confirm"
title="Start Image Processing"
mode="contained"
style={styles.button}
onPress={() => {
......@@ -189,6 +189,12 @@ const styles = StyleSheet.create({
marginBottom: 20,
alignSelf: "center",
},
button: {
width: 250,
marginTop: 50,
marginBottom: 20,
alignSelf: "center",
},
dropdown: {
margin: 20,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment