Skip to content
Snippets Groups Projects
Commit c9d97492 authored by eolweus's avatar eolweus
Browse files

remove search icon #5

parent fe2e31aa
No related branches found
No related tags found
1 merge request!1Develop
......@@ -65,15 +65,6 @@ class Searchbar extends Component {
onChangeText={searchString => this.setState({searchString})}
onSubmitEditing={this.handleSearch}
/>
<TouchableOpacity
style={styles.button}
onPress={this.toggleMenu}
>
<Image
source={{uri: 'https://icon-library.net/images/search-icon-vector/search-icon-vector-10.jpg'}}
style={{height:40, width: 40}}
/>
</TouchableOpacity>
</View>
{showMenu &&
<View>
......@@ -100,6 +91,7 @@ const styles = StyleSheet.create({
backgroundColor: '#222',
width: '100%',
paddingBottom: 10,
paddingTop: 5
},
searchBarContainer: {
flexDirection: 'row',
......@@ -113,7 +105,7 @@ const styles = StyleSheet.create({
height: 50,
borderColor: '#9c9b9a',
backgroundColor:'#e1e3e8',
width: '80%',
width: '85%',
borderWidth: 2,
borderRadius: 15,
fontSize: 25
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment