I want my tab to only show a button for taking a picture - How do I make that?

Hi, I would like to use the first tab in my app for taking a picture (using the image picker) and nothing else. How can I make this functionality? It seems to me that with the current style possibilities in the layout properties this is not possible, or do I miss something?

You can use a details layout and add only the image picker component.

Thanks!