Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

floating action menus and buttons not getting the styles #97

Closed
3nomis opened this issue Jul 24, 2015 · 1 comment
Closed

floating action menus and buttons not getting the styles #97

3nomis opened this issue Jul 24, 2015 · 1 comment

Comments

@3nomis
Copy link

3nomis commented Jul 24, 2015

I don't know why my floating action button inside a CoordinatorLayout is not getting any custom styles, even if I write them straight in the xml file it doesn't appear with the color and the attributes I set.
Is it only me having this issue?

@mmazzarolo
Copy link

I had your same problem.

Fixed changing the namespace from:
xmlns:fab="http://schemas.android.com/tools"

To:
xmlns:fab="http://schemas.android.com/apk/res-auto"

Also, make sure to implement correct behavior.

@Clans Clans closed this as completed Aug 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants