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.summer.helper.view.ScrollableLayout.java

/**
 * Created by cpoopc(303727604@qq.com) on 2015-02-10.
 */
public class ScrollableLayout extends RelativeLayout {

    private final String tag = "cp:scrollableLayout";

From source file com.github.OrangeGangsters.circularbarpager.library.CircularBarPager.java

/**
 * Created by oliviergoutay and stoyan on 12/10/14.
 */
public class CircularBarPager extends RelativeLayout {

    /**

From source file org.centum.android.play.PlayCardView.java

/**
 * Created by Phani on 1/13/14.
 */
public class PlayCardView extends RelativeLayout implements View.OnClickListener {

    private static final float DISABLED_ALPHA = .25f;

From source file com.rockerhieu.emojicon.EmojiconsView.java

/**
 * @author Daniele Ricci (daniele.athome@gmail.com).
 */
public class EmojiconsView extends RelativeLayout implements ViewPager.OnPageChangeListener, EmojiconRecents {
    private OnEmojiconBackspaceClickedListener mOnEmojiconBackspaceClickedListener;
    private int mEmojiTabLastSelectedIndex = -1;

From source file com.baoyz.dribble.widget.SwipeHoverLayout.java

/**
 * Created by baoyz on 15/1/19.
 */
public class SwipeHoverLayout extends RelativeLayout {

    public static final int ANIMATION_DURATION = 500;

From source file com.normalexception.app.rx8club.view.category.CategoryView.java

public class CategoryView extends RelativeLayout {

    private TextView title;
    private TextView desc;
    private TextView postCount;
    private TextView threadCount;

From source file com.qs.qswlw.view.Mypager.UltraViewPager.java

/**
 * Created by mikeafc on 15/10/26.<br>
 * UltraViewPager is a super extension for ViewPager.<br>
 * It's actually a RelativeLayout in order to display indicator, UltraViewPager offers some usual
 * method delegate for ViewPager, you can also invoke more method by call getViewPager() and get the actual
 * ViewPager.

From source file com.android.mms.ui.ConversationListItem.java

/**
 * This class manages the view for given conversation.
 */
public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener, Checkable {
    private static final String TAG = LogTag.TAG;
    private static final boolean DEBUG = false;

From source file com.turingtechnologies.materialscrollbar.MaterialScrollBar.java

@SuppressLint("ViewConstructor")
public class MaterialScrollBar extends RelativeLayout {

    private View background;
    private View handle;
    int handleColour;

From source file com.tmall.ultraviewpager.UltraViewPager.java

/**
 * Created by mikeafc on 15/10/26.<br>
 * UltraViewPager is a super extension for ViewPager.<br>
 * It's actually a RelativeLayout in order to display indicator, UltraViewPager offers some usual
 * method delegate for ViewPager, you can also invoke more method by call getViewPager() and get the actual
 * ViewPager.