-
Notifications
You must be signed in to change notification settings - Fork 264
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
back button color cannot be changed #274
Comments
I made a workaround for that
but it's kinda ugly - setting background tint would be nice btw. |
In my case back-button was taking the colorPrimary as it's background. Theme.MaterialComponents.Light.DarkActionBar was my parent theme. When i made another custom style with Theme.AppCompat.Light.DarkActionBar then back button reverted back to it's original color. |
Hi, |
I've used ms_backButtonBackground but it wasn't working due to material theme. When i reverted back to appCompat theme, then it worked. So i'm guessing there might be an issue with this library theme and material theme compatibility. |
Hi Guys, |
Hi,
I can't seem to change the back button background color (as well as next or complete).
I have changed the colors to be greyish - but this changes only text color.
Yet my back button has the same color as my app accent. I have tried setting backbutton drawable also but without any effect. Is it possible that overriding getViewModel in adapter is causing this?
The text was updated successfully, but these errors were encountered: