|
@ -43,29 +43,29 @@ function topBar(props, setShowModal, setCurrentMarker) { |
|
|
</View> |
|
|
</View> |
|
|
|
|
|
|
|
|
<View style={{ flexDirection: "row", alignSelf: "flex-end" }}> |
|
|
<View style={{ flexDirection: "row", alignSelf: "flex-end" }}> |
|
|
<TouchableOpacity |
|
|
|
|
|
style={styles.topBarIcon} |
|
|
|
|
|
onPress={() => notImplemented()} |
|
|
|
|
|
> |
|
|
|
|
|
<MaterialCommunityIcons |
|
|
|
|
|
name="pencil" |
|
|
|
|
|
size={20} |
|
|
|
|
|
color={colors.white} |
|
|
|
|
|
alignItems="center" |
|
|
|
|
|
/> |
|
|
|
|
|
</TouchableOpacity> |
|
|
|
|
|
|
|
|
|
|
|
<TouchableOpacity |
|
|
|
|
|
style={styles.topBarIcon} |
|
|
|
|
|
onPress={() => notImplemented()} |
|
|
|
|
|
> |
|
|
|
|
|
<MaterialCommunityIcons |
|
|
|
|
|
name="trash-can" |
|
|
|
|
|
size={20} |
|
|
|
|
|
color={colors.white} |
|
|
|
|
|
alignItems="center" |
|
|
|
|
|
/> |
|
|
|
|
|
</TouchableOpacity> |
|
|
|
|
|
|
|
|
{/* <TouchableOpacity */} |
|
|
|
|
|
{/* style={styles.topBarIcon} */} |
|
|
|
|
|
{/* onPress={() => notImplemented()} */} |
|
|
|
|
|
{/* > */} |
|
|
|
|
|
{/* <MaterialCommunityIcons */} |
|
|
|
|
|
{/* name="pencil" */} |
|
|
|
|
|
{/* size={20} */} |
|
|
|
|
|
{/* color={colors.white} */} |
|
|
|
|
|
{/* alignItems="center" */} |
|
|
|
|
|
{/* /> */} |
|
|
|
|
|
{/* </TouchableOpacity> */} |
|
|
|
|
|
|
|
|
|
|
|
{/* <TouchableOpacity */} |
|
|
|
|
|
{/* style={styles.topBarIcon} */} |
|
|
|
|
|
{/* onPress={() => notImplemented()} */} |
|
|
|
|
|
{/* > */} |
|
|
|
|
|
{/* <MaterialCommunityIcons */} |
|
|
|
|
|
{/* name="trash-can" */} |
|
|
|
|
|
{/* size={20} */} |
|
|
|
|
|
{/* color={colors.white} */} |
|
|
|
|
|
{/* alignItems="center" */} |
|
|
|
|
|
{/* /> */} |
|
|
|
|
|
{/* </TouchableOpacity> */} |
|
|
|
|
|
|
|
|
<TouchableOpacity |
|
|
<TouchableOpacity |
|
|
style={styles.topBarIcon} |
|
|
style={styles.topBarIcon} |
|
|