Exam AND-401 All QuestionsBrowse all questions from this exam
Question 26

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

    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
MmadiOption: B

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