-
- Notifications
You must be signed in to change notification settings - Fork 764
Closed
Labels
Description
-
系统版本:华为P9(8.0),Vivo Y67A(6.0)
-
库版本:2.2.1
-
问题描述/重现步骤:
把Demo里面的Activity设置为横屏,更多具体例子-从底部上滑的输入法。 -
问题代码/截图:
具体Demo是SlideFromBottomInputPopup这个类
popup_slide_from_bottom_with_input.xml里面EditText增加了android:imeOptions="flagNoExtractUi",不然键盘会全屏显示
<EditText android:id="@+id/ed_input" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#DCDCDC" android:hint="请输入" android:minEms="8" android:padding="16dp" android:imeOptions="flagNoExtractUi" android:textSize="14sp"/> - 报错信息:无
Reactions are currently unavailable