AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 26


Which of the following is true about attribute android:windowSoftInputMode of the tag in file AndroidManifest.xml?

Show Answer
Correct Answer: B

The attribute android:windowSoftInputMode of the <activity> tag in the AndroidManifest.xml file adjusts how the main window of the activity interacts with the keyboard. This attribute is used to control the behavior of the soft input area (such as an on-screen keyboard) and how it impacts the layout of the main window. For example, it can specify whether the layout should be resized to accommodate the keyboard or if the keyboard should cover the content.

Discussion

1 comment
Sign in to comment
MmadiOption: B
Dec 31, 2022

B. It adjusts how the main window of the activity interacts with keyboard