Questions tagged [window-soft-input-mode]
117 questions
0
votes
1 answer
windowSoftInputMode doesn't working
I added the windowSoftInputMode in my AndroidManifest but it doesn't work. I tried put adjustPan, adjustResize, but nothing work.
AndroidManifest.xml:

Igor Ehlke Nichele
- 33
- 7
0
votes
1 answer
android - windowSoftInputMode issue
How to I show the relative layout in the red area when soft input opened? I tried adjustPan and adjustResize input modes but did not happen. Any ideas?

A.Y. Kilic
- 3
- 1
- 4
0
votes
1 answer
Listview with EditText in each row , Scrollview inside FooterView of listview , adjustResize and adjustPan all working toghter
I have an one fragment in which I have ListView which has EditText in each row and inside footerview all controls are inside ScrollView when I set android:windowSoftInputMode="adjustPan" than it is not scroll my footerview form when softkeyboard…

Divyata Chauhan
- 279
- 4
- 21
0
votes
0 answers
SoftInputMode adjustResize don't work when setVisibility is called
I have an issue, i have a fragment with some elements. I have buttons in the bottom (signup_step_buttons) i would like they stay on the top of the keyboard. But when i setVisibility VISIBLE to all elements the adjustResize work, but when i…

Maxime Limone
- 121
- 11
0
votes
1 answer
Can fragment change windowSoftInputMode of the activity?
I write a fragment and set let android:windowSoftInputMode in the androidmanifest.xml as default. But the Activity who uses it set its android:windowSoftInputMode as stateHidden|adjustResize, so the soft keyboard will not dismiss as supposed, but…

newszer
- 440
- 1
- 4
- 23
0
votes
2 answers
Keep toolbar fixed and other view not
I have the following layout

zbx
- 279
- 1
- 3
- 11
0
votes
2 answers
Preventing linear layout from moving up when soft keyboard is visible
I have a layout something like this -
If you want to look at full code it is here
The problem is that…

Devansh Kumar
- 1,552
- 1
- 15
- 27
0
votes
0 answers
Android - ListView items hidden by soft input
I have a ListView with a RelativeLayout containing an EditText below it.

Vedavyas Bhat
- 2,068
- 1
- 21
- 31
0
votes
1 answer
Position EditText above softwarekeyboard delay
i have a edittext which is successfully positioned above the sofware-keyboard when it is open. The Problem is that when the keyboard opens, the keyboard is visible and after about 2 sec the edittext is positioned. How kann i make that the edittext,…

Max Gierlachowski
- 436
- 3
- 19
0
votes
1 answer
Isn't windowsoftinputmode = adjustResize supposed to move ALL the activity window to make room for the keyboard?
I'm working on a chat feature for an app an stumbled across the following issue.
I have an activity with android:windowsotinputmode = "stateHidden|adjustResize" (when the activity starts, the keyboard doesn't pop automatically up but waits until the…

DoruChidean
- 7,941
- 1
- 29
- 33
0
votes
1 answer
Android EditextField and bottom button changing the keyboard focus
I have an activity with 5 EditText views and a bottom button. I specified
android:windowSoftInputMode="adjustPan"
here everything work fine only once, that is the EditText field is staying just above the bottom button, it lost it's focus if it…

LvN
- 701
- 1
- 6
- 22
0
votes
1 answer
"Push up" a listview but not the bar when soft input is shown
I have a layout like this in a page of a View Pager:

Marilia
- 1,911
- 1
- 19
- 28
0
votes
2 answers
How to make softinput cover the screen bottom?
Now one of my layout with edittext align in the bottom ,when the edittext is clicked,the whole page moved up and make room for the softinput;
But I just want the bottom layout moved up,the solution is ?

xyz
- 1
- 1
0
votes
2 answers
when android soft input make your et push up , how can I to make the view visible below et?
I have a edittext and a button which is below the editext in a layout.
layout xml may like this :

Alex Wang
- 131
- 1
- 1
- 10
0
votes
1 answer
ANDROID: Soft keyboard doesn't work properly
I had a problem with my layout, when the softkeyboard was visible, page scroll did not working.I searched through net and I find out using
android:windowSoftInputMode="adjustResize"
solves the problem, and it did. However it caused some other…

Taher
- 1,185
- 3
- 18
- 36