Skip to content

Instantly share code, notes, and snippets.

View mhrst's full-sized avatar
🐢

Matt Hurst mhrst

🐢
View GitHub Profile
@arturgaleno
arturgaleno / TintFloatingActionButton.java
Last active October 22, 2015 13:48
Workarround for FloatingActionButton bug on design library - version 23.0.0.
package com.materialcontentoverflow;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.TintableBackgroundView;
import android.support.v7.internal.widget.TintInfo;