Example usage for android.transition ChangeBounds subclass-usage

List of usage examples for android.transition ChangeBounds subclass-usage

Introduction

In this page you can find the example usage for android.transition ChangeBounds subclass-usage.

Usage

From source file com.caij.codehub.ui.transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.KITKAT)
public class MorphDialogToFab extends ChangeBounds {

From source file com.strictlyindian.rentsmart.Transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
public class MorphDialogToFab extends ChangeBounds {

    private static final String PROPERTY_COLOR = "io.plaidapp:rectMorph:color";

From source file com.rafael.githubmngr.ui.transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.KITKAT)
public class MorphDialogToFab extends ChangeBounds {

From source file com.amitupadhyay.aboutexample.ui.transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
public class MorphDialogToFab extends ChangeBounds {

    private static final String PROPERTY_COLOR = "io.plaidapp:rectMorph:color";