huhx / compose_image_picker

📸 Image Picker for Jetpack Compose
MIT License
51 stars 4 forks source link

Optimize the AppBar in preview page #3

Closed huhx closed 2 years ago

huhx commented 2 years ago

We hide the AppBar in preview page right now, but the effect looks not so good. So change to replace AppBar with new icon and new title and hide the actions in Preview page.

image image