android-flat-button icon indicating copy to clipboard operation
android-flat-button copied to clipboard

Color not changing

Open mathiazhagan01 opened this issue 7 years ago • 5 comments

    fbutton:buttonColor="@color/colorPrimary"
    fbutton:shadowColor="@color/colorPrimaryDark"

Color not changing. Always shows the color the first color I have set.

mathiazhagan01 avatar Jan 11 '17 12:01 mathiazhagan01

It solved only after I have deleted the build folders in the project from explorer.

mathiazhagan01 avatar Jan 11 '17 12:01 mathiazhagan01

For me, it didn't change even after deleting the build folder...

acsbendi avatar Nov 18 '18 23:11 acsbendi

The only way I could achieve setting a custom color was doing it programatically..

acsbendi avatar Nov 19 '18 00:11 acsbendi

affter deleted deleted the build folders not solved.

do have any way to resolve the problem??

Ali2670 avatar Jan 07 '19 13:01 Ali2670

Solution Is: FButton fButton; fButton=(FButton) findViewById(R.id.fButton); fButton.setButtonColor(getResources().getColor(R.color.oreageColor));

amarsky56 avatar Mar 28 '19 05:03 amarsky56