Expand text input area in Android Share extension to use available space (#3262)

This commit is contained in:
Amit Uttam 2019-09-16 16:03:20 -03:00 committed by Miguel Alatzar
parent 2c4764bc88
commit 1f88356557

View file

@ -651,9 +651,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
flex: 1,
},
scrollView: {
flex: 1,
padding: 15,
},
input: {
flex: 1,
color: theme.centerChannelColor,
fontSize: 17,
height: INPUT_HEIGHT,