List of usage examples for android.widget ImageButton subclass-usage
From source file org.opensilk.common.ui.widget.TintImageButton.java
/** * Allows tinting drawables on API < 21 * * Created by drew on 10/26/14. */ public class TintImageButton extends ImageButton {
From source file android.support.v7.widget.AppCompatImageButton.java
/**
* A {@link ImageButton} which supports compatible features on older version of the platform,
* including:
* <ul>
* <li>Allows dynamic tint of it background via the background tint methods in
* {@link android.support.v4.view.ViewCompat}.</li>
From source file android.support.v7ox.widget.AppCompatImageButton.java
/**
* A {@link ImageButton} which supports compatible features on older version of the platform,
* including:
* <ul>
* <li>Allows dynamic tint of it background via the background tint methods in
* {@link android.support.v4.view.ViewCompat}.</li>
From source file com.commonsware.cwac.crossport.design.widget.CheckableImageButton.java
/** * @hide */ @RestrictTo(LIBRARY_GROUP) public class CheckableImageButton extends ImageButton implements Checkable {
From source file me.trashout.ui.SelectableImageButton.java
public class SelectableImageButton extends ImageButton { private int backgroundSelectedColor = Color.TRANSPARENT; public SelectableImageButton(Context context) { super(context);
From source file cn.finalteam.galleryfinal.widget.FloatingActionButton.java
/** * Desction: * Author:pengjianbo * Date:15/10/12 ?3:01 */ public class FloatingActionButton extends ImageButton {
From source file org.opensilk.common.widget.FloatingActionButton.java
/** * Created by drew on 10/30/14. */ public class FloatingActionButton extends ImageButton { public interface OnDoubleClickListener {
From source file org.opensilk.common.ui.widget.FloatingActionButton.java
/** * Created by drew on 10/30/14. */ public class FloatingActionButton extends ImageButton { public interface OnDoubleClickListener {
From source file com.winneredge.stockly.wcommons.floatingactionwidget.FloatingActionButton.java
public class FloatingActionButton extends ImageButton { public static final int SIZE_NORMAL = 0; public static final int SIZE_MINI = 1; int mFabSize;