Expand text input area in Android Share extension to use available space (#3262)
This commit is contained in:
parent
2c4764bc88
commit
1f88356557
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue