Example usage for android.widget RelativeLayout subclass-usage

List of usage examples for android.widget RelativeLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget RelativeLayout subclass-usage.

Usage

From source file com.dl7.mvp.widget.RippleView.java

/**
 * RippleView custom layout
 * <p>
 * Custom Layout that allows to use Ripple UI pattern above API 21
 *
 * @author Chutaux Robin

From source file com.jy.jyjy.widget.RippleView.java

/**
 * RippleView custom layout
 * <p>
 * Custom Layout that allows to use Ripple UI pattern above API 21
 *
 * @author Chutaux Robin

From source file com.brilliant.widget.RippleView.java

/**
 * RippleView custom layout
 * <p>
 * Custom Layout that allows to use Ripple UI pattern above API 21
 *
 * @author Chutaux Robin

From source file com.luseen.spacenavigation.SpaceNavigationView.java

/**
 * Created by Chatikyan on 10.08.2016-11:38.
 */

public class SpaceNavigationView extends RelativeLayout {

From source file com.dl7.commonlib.views.RippleView.java

/**
 * RippleView custom layout
 *
 * Custom Layout that allows to use Ripple UI pattern above API 21
 *
 * @author Chutaux Robin

From source file com.exercise.passboring.widget.RippleView.java

/**
 * RippleView custom layout
 * <p>
 * Custom Layout that allows to use Ripple UI pattern above API 21
 *
 * @author Chutaux Robin

From source file com.android.andryyu.lifehelper.widget.RippleView.java

/**
 * RippleView custom layout
 * <p>
 * Custom Layout that allows to use Ripple UI pattern above API 21
 *
 * @author Chutaux Robin

From source file com.wjjiang.materialdesigns.ui.navigationview.SpaceNavigationView.java

/**
 * Created by Chatikyan on 10.08.2016-11:38.
 */

public class SpaceNavigationView extends RelativeLayout {
    private static final int NOT_DEFINED = -777;

From source file com.bitants.wally.views.swipeclearlayout.SwipeClearLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.musenkishi.wally.views.swipeclearlayout.SwipeClearLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;