android-morphing-button
android-morphing-button copied to clipboard
Change button colour in xml
How can you change the button colour on XML?
same question here
same question here
same question here
Hey!
Maybe I am late here but the initial button colors are hardcoded in the library, pointing to mb_blue (as stated by shiladitya-bits in https://github.com/dmytrodanylyk/android-morphing-button/issues/8 ) . So one easy fix would be to change the mb_blue color attribute inside the colors.xml to the desired hexadecimal color value that you want.
Cheers!