Android Question CameraEx -- add button in designer hides other buttons

Startup

Active Member
Licensed User
Longtime User
When I add button in Designer to Activity in CameraEx example and then run program only 2 buttons show (take picture and change camera). But when I then press "change camera" button all buttons display properly. Why is this and how can I get all buttons to display properly at runtime without having to press "change camera" button?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I see it. You need to disable the animation layout (set it to 0). It is related the preview panel.

Note that you can use anchor to correctly place the bottom button:
SS-2015-12-17_10.03.06.png
 
Upvote 0
Top