Fixes autocomplete list getting cut off in the composer if the user is using an app or launcher that hides the status bar.
This commit is contained in:
parent
7d7d5864d4
commit
c5c6e8205a
3 changed files with 6 additions and 4 deletions
|
@ -64,6 +64,7 @@
|
|||
android:hint="@string/hint_compose"
|
||||
android:inputType="text|textMultiLine|textCapSentences"
|
||||
android:dropDownWidth="wrap_content"
|
||||
android:dropDownHeight="58dp"
|
||||
android:completionThreshold="2" />
|
||||
|
||||
<HorizontalScrollView
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue