Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update search_query_section.xml #310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update search_query_section.xml
add android:imeOptions="flagNoFullscreen" to com.arlib.floatingsearchview.util.view.SearchInputView fixed full screen on mode landing
llulioscesar authored Apr 19, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ec76de465f3276c0ad8fa7c1e07619eee2367c05
3 changes: 2 additions & 1 deletion library/src/main/res/layout/search_query_section.xml
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@
android:imeOptions="actionSearch"
android:inputType="textNoSuggestions"
android:maxLines="1"
android:imeOptions="flagNoFullscreen"
android:longClickable="false"
android:minHeight="@dimen/square_button_size"
android:textSize="@dimen/search_bar_text_size"/>
@@ -92,4 +93,4 @@
android:layout_marginRight="@dimen/search_bar_right_icon_right_margin"
android:orientation="horizontal"/>
</RelativeLayout>
</android.support.v7.widget.CardView>
</android.support.v7.widget.CardView>