add cart, login, product search, update navigation
This commit is contained in:
@@ -72,6 +72,11 @@ const SortAndFilter = () => {
|
||||
<OtherFilterListT />
|
||||
</ScrollView>
|
||||
</View>
|
||||
<View style={styles.filterViewAll}>
|
||||
<TouchableOpacity style={styles.filterViewAllButton}>
|
||||
<Text style={styles.filterViewAllButtonText}>Xem 1020 sản phẩm</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</Modal>
|
||||
@@ -535,7 +540,27 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
listBoxFilter: {
|
||||
width: '100%',
|
||||
height: winHeight - 80,
|
||||
height: winHeight - 130,
|
||||
},
|
||||
filterViewAll: {
|
||||
width: '100%',
|
||||
height: 60,
|
||||
paddingHorizontal: 10,
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
},
|
||||
filterViewAllButton: {
|
||||
width: '100%',
|
||||
height: 40,
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
backgroundColor: '#D8262F',
|
||||
borderRadius: 5,
|
||||
},
|
||||
filterViewAllButtonText: {
|
||||
color: '#fff',
|
||||
},
|
||||
filterItemListTitleName: {
|
||||
fontWeight: 'bold',
|
||||
|
||||
Reference in New Issue
Block a user