Skip to content

Instantly share code, notes, and snippets.

View dekalo-stanislav's full-sized avatar
🏠
Working from home

Stanislav Dekalo dekalo-stanislav

🏠
Working from home
View GitHub Profile
@akshaydashrath
akshaydashrath / ToggleImageButton
Created March 20, 2014 11:49
A ToggleImageButton for Android
import android.content.Context;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.os.Parcelable;
import android.util.AttributeSet;
import android.view.View;
import android.widget.Checkable;
import android.widget.ImageButton;
public class ToggleImageButton extends ImageButton implements Checkable {