Skip to content

Instantly share code, notes, and snippets.

View giolin's full-sized avatar

giolin giolin

  • New York
View GitHub Profile
"activate-power-mode":
prettyName: "Activate Power Mode"
homepage: "https:/atom.io/packages/activate-power-mode"
"atom-beautify":
prettyName: "Atom Beautify"
homepage: "https:/atom.io/packages/atom-beautify"
"autocomplete-modules":
prettyName: "Autocomplete Modules"
homepage: "https:/atom.io/packages/autocomplete-modules"
"busy-signal":
@JakeWharton
JakeWharton / ForegroundImageView.java
Created July 10, 2014 16:42
An ImageView which supports a foreground drawable.
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.widget.ImageView;
public class ForegroundImageView extends ImageView {
private Drawable foreground;