I have an activity (forced into protrait mode) that is required to show the default soft-keyboard. So I thought I’d set focus to the edittext when the activity is launched… so far so good.
Two issues
- the soft-keyboard shall not be
dismiss-able for this activity - the soft-keyboard needs to be
elevated 50 pixels from the bottom
of the screen
Looking for assistance to solve these two issues. thanks.
to solve #1
#2 has no solution