-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change background shape? #24
Comments
Hey @abdulazizahwan, I tried to solve your problem in #27. Check out the latest version and tell us what you think |
You can set border radius to the background now. |
@ibrahimsn98 cornerRadius not only changes topRight and topLeft but all four corners which is not intended |
As a workaround, I just added a background drawable with the same color and same radius in order to hide the empty white portion at the bottom |
This might be a separate issue @gargVader. Can you instead open a new issue and explain the problem there? |
Okay. I will do that. |
Also is it possible to use SmoothBottomBar with Navigation Components in java? |
Look at #56 maybe |
How to change background shape from drawable resource file, maybe we want to use custom background that rounded in topLeftCorner and topRightCorner.
The text was updated successfully, but these errors were encountered: