-
Notifications
You must be signed in to change notification settings - Fork 553
fix: set secondary color to editprofile buttons #1533
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
Conversation
@@ -79,12 +78,11 @@ | |||
|
|||
</LinearLayout> | |||
|
|||
<androidx.appcompat.widget.AppCompatButton | |||
android:id="@+id/buttonUpdate" | |||
<com.google.android.material.button.MaterialButton |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just use Button
Should work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? MaterialButton has different ripples and looks better IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a difference, the library should automatically inflate Button to MaterialButton
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed MaterialButton to Button in latest push
Fixes: fossasia#1532 Changes: - Changes color of update button and profile photo FAB to secondary color - Refactored 'buttonUpdate' to 'updateButton' for consistency - Moved a hardcoded string to string resources
Is it working as expected? |
yes |
Fixes: #1532
Changes:
Screenshots for the change: