bottom-sheet: tweak UI

- re-add thepand icon, shaped like a pill
- round top corners
This commit is contained in:
Saúl Ibarra Corretgé
2020-03-23 09:37:35 +01:00
committed by Saúl Ibarra Corretgé
parent 5148c81dd8
commit 579d08e27e
6 changed files with 66 additions and 4 deletions

View File

@@ -55,6 +55,18 @@ const whiteToolbarButtonIcon = {
*/
const styles = {
expandMenuContainer: {
alignItems: 'center',
borderTopLeftRadius: 16,
borderTopRightRadius: 16,
flexDirection: 'column'
},
sheetGestureRecognizer: {
alignItems: 'stretch',
flexDirection: 'column'
},
/**
* The style of the toolbar.
*/