How do I remove unnecessary space in a Row in Android?
I have added Button inside a Row. There is a unnecessary vertical padding in Row. When I make Button fillMaxHeight() then this area got filled. I want to wrap the button without that space. And this is the compose preview. Please help.
code snippet and preview of the problem
Optimizing Button Size in Column space – Android Jetpack Compose
I am having problems with Button sizing on my screen. I want the buttons to be sized the same and to optimize the space I have. I tried to use spacers and Modifier.weight doesn’t seem to be available anymore.
Optimizing Button Size in Column space – Android Jetpack Compose
I am having problems with Button sizing on my screen. I want the buttons to be sized the same and to optimize the space I have. I tried to use spacers and Modifier.weight doesn’t seem to be available anymore.
Optimizing Button Size in Column space – Android Jetpack Compose
I am having problems with Button sizing on my screen. I want the buttons to be sized the same and to optimize the space I have. I tried to use spacers and Modifier.weight doesn’t seem to be available anymore.
Optimizing Button Size in Column space – Android Jetpack Compose
I am having problems with Button sizing on my screen. I want the buttons to be sized the same and to optimize the space I have. I tried to use spacers and Modifier.weight doesn’t seem to be available anymore.
Swipe up to reveal a sheet under the page
I am making an app in Android Studio using Jetpack Compose. I have a “Welcome Page” on my app. Swiping up will reveal several login options in a sheet that will come from the bottom. But I want it to look like the page & sheet are stacked on top of each other, and by swiping up the user will push up the page & reveal the sheet. I added some sketches to show you what I mean. They are not perfect but I hope you understand it. The first picture is the normal state, the second one is the opened one.Rough sketch of my idea
Swipe up to reveal a sheet under the page
I am making an app in Android Studio using Jetpack Compose. I have a “Welcome Page” on my app. Swiping up will reveal several login options in a sheet that will come from the bottom. But I want it to look like the page & sheet are stacked on top of each other, and by swiping up the user will push up the page & reveal the sheet. I added some sketches to show you what I mean. They are not perfect but I hope you understand it. The first picture is the normal state, the second one is the opened one.Rough sketch of my idea
Swipe up to reveal a sheet under the page
I am making an app in Android Studio using Jetpack Compose. I have a “Welcome Page” on my app. Swiping up will reveal several login options in a sheet that will come from the bottom. But I want it to look like the page & sheet are stacked on top of each other, and by swiping up the user will push up the page & reveal the sheet. I added some sketches to show you what I mean. They are not perfect but I hope you understand it. The first picture is the normal state, the second one is the opened one.Rough sketch of my idea
Swipe up to reveal a sheet under the page
I am making an app in Android Studio using Jetpack Compose. I have a “Welcome Page” on my app. Swiping up will reveal several login options in a sheet that will come from the bottom. But I want it to look like the page & sheet are stacked on top of each other, and by swiping up the user will push up the page & reveal the sheet. I added some sketches to show you what I mean. They are not perfect but I hope you understand it. The first picture is the normal state, the second one is the opened one.Rough sketch of my idea
Sweep gradient circular progress bar in jetpack compose
I want to create a circular progress bar with a gradient like this using jetpack compose