Android Question B4XDrawer CenterPanel use?

Computersmith64

Well-Known Member
Licensed User
Longtime User
After having some issues with getting B4XDrawer to work correctly with a layout containing a TabHost & a ScrollView, I discovered that I don't need to use the CenterPanel property - & in this case if I don't use it everything works as expected.

So, given that I am not using AppCompat in this case, am I right in assuming that the CenterPanel property isn't required if AppCompat isn't used?

- Colin.
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
OK - I did find one issue with not using CenterPanel. It makes any views on the very left side of the screen unresponsive to touches, however in most activities in this particular app it doesn't matter.

- Colin.
 
Upvote 0
Top