Cnrez Member Licensed User Longtime User May 22, 2018 #1 hi all, is there a way to get a softkey bar height (in Dip) in b4a ? i want to calculate the layout of my application, because it is looked squashed, but when app is installed with device with physical key, it looked normal. regards
hi all, is there a way to get a softkey bar height (in Dip) in b4a ? i want to calculate the layout of my application, because it is looked squashed, but when app is installed with device with physical key, it looked normal. regards
Erel B4X founder Staff member Licensed User Longtime User May 23, 2018 #2 The keyboard height is not constant. See this tutorial: Handle the soft keyboard with the IME library It allows you to get the current height when the keyboard state changes. Upvote 0
The keyboard height is not constant. See this tutorial: Handle the soft keyboard with the IME library It allows you to get the current height when the keyboard state changes.
Cnrez Member Licensed User Longtime User May 23, 2018 #3 thanks you erel, what i meant was as soft navigation key that sit in the bottom screen, not keyboard, like this one : (sorry, i cannot resize the image to become smaller) Upvote 0
thanks you erel, what i meant was as soft navigation key that sit in the bottom screen, not keyboard, like this one : (sorry, i cannot resize the image to become smaller)
Erel B4X founder Staff member Licensed User Longtime User May 23, 2018 #4 This height is not important for your app. The activity height doesn't include it. Properly use anchors and your layout will look good on all devices. Upvote 0
This height is not important for your app. The activity height doesn't include it. Properly use anchors and your layout will look good on all devices.