嗨,我有活动,其中包含3个视图
-RelativeLayout
---TextView 1)
---ScrollView 2)
-----FrameLayout
---------ListView
---------EditText -----------> When I click over here (2) view only pushup
---TextView 3)
Run Code Online (Sandbox Code Playgroud)
我只想要2),这是滚动视图应该伏地挺身时键盘开放,但现在它推的TextView 3)也
我已经尝试过使用清单
android:windowSoftInputMode="adjustNothing"
or
android:windowSoftInputMode="adjustResize"
or
android:windowSoftInputMode="adjustPan"
Run Code Online (Sandbox Code Playgroud)
但没有任何反应,3)textview也推动了2)Scrollview
| 归档时间: |
|
| 查看次数: |
2968 次 |
| 最近记录: |