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

**URL:** https://community.glideapps.com/t/i-want-my-tab-to-only-show-a-button-for-taking-a-picture-how-do-i-make-that/12581
**Category:** Ask for Help
**Created:** [July 16, 2020, 9:17am UTC](https://community.glideapps.com/t/i-want-my-tab-to-only-show-a-button-for-taking-a-picture-how-do-i-make-that/12581 "2020-07-16T09:17:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Marcel\_Bulk](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marcel_bulk/32/5443_2.png) [@Marcel\_Bulk](https://community.glideapps.com/u/Marcel_Bulk)
#### Post date: [July 16, 2020, 9:17am UTC](https://community.glideapps.com/t/i-want-my-tab-to-only-show-a-button-for-taking-a-picture-how-do-i-make-that/12581/1 "2020-07-16T09:17:35Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 16, 2020, 9:45am UTC](https://community.glideapps.com/t/i-want-my-tab-to-only-show-a-button-for-taking-a-picture-how-do-i-make-that/12581/2 "2020-07-16T09:45:49Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Marcel\_Bulk](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marcel_bulk/32/5443_2.png) [@Marcel\_Bulk](https://community.glideapps.com/u/Marcel_Bulk)
#### Post date: [July 16, 2020, 9:47am UTC](https://community.glideapps.com/t/i-want-my-tab-to-only-show-a-button-for-taking-a-picture-how-do-i-make-that/12581/3 "2020-07-16T09:47:58Z")

</div>

Thanks!
