Android Question Ensuring Visibility Above the Keyboard

AmirPYTHON

Member
Hello

I created a chat page, now I want it to be like Telegram, where when we click on the edit text, the keyboard opens and the edit text button appears above the keyboard, so we can see what we typed

I couldn't think of anything, because the layout doesn't work either, because the keyboard sizes of different models are different

Now what should I do so that the size matches the keyboard exactly and when the keyboard is open, the bottom panel appears above the keyboard?
 
Solution
Please have a look at the layout in this example:


You will find the button labeled "Hide Keyboard" always above the keyboard and always visible. This is similar to your requirement.

b4x-de

Active Member
Licensed User
Longtime User
Please have a look at the layout in this example:


You will find the button labeled "Hide Keyboard" always above the keyboard and always visible. This is similar to your requirement.
 
Upvote 0
Solution
Top