Example usage for android.view ViewGroup subclass-usage

List of usage examples for android.view ViewGroup subclass-usage

Introduction

In this page you can find the example usage for android.view ViewGroup subclass-usage.

Usage

From source file com.asc_ii.bangnote.bigbang.BigBangLayout.java

/**
 * Created by baoyongzhang on 2016/10/19.
 */
public class BigBangLayout extends ViewGroup implements BigBangActionBar.ActionListener, NestedScrollingChild {

    private int mLineSpace;

From source file com.crossconnect.swipeytabs.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";

    private SwipeyTabsAdapter mAdapter;

From source file cn.smile.widget.SwipeBackLayout.java

/**
 * Activity???
 * Swipe or Pull to finish a Activity.
 * <p>
 * This layout must be a root layout and contains only one direct child view.
 * <p>

From source file com.android.core.widget.SwipeBackLayout.java

/**
 * @author: ?
 * @date: 2016-05-31 14:15
 * @GitHub: https://github.com/meikoz
 */
public class SwipeBackLayout extends ViewGroup {

From source file com.manning.androidhacks.hack003.view.CascadeLayout.java

public class CascadeLayout extends ViewGroup {

    private int mHorizontalSpacing;
    private int mVerticalSpacing;

    public CascadeLayout(Context context, AttributeSet attrs) {

From source file angeloid.sopiane.vegaphoneinfo.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";

    private SwipeyTabsAdapter mAdapter;

From source file com.common.view.base.SwipeBackLayout.java

/**
 * Swipe or Pull to finish a Activity.
 * <p/>
 * This layout must be a root layout and contains only one direct child view.
 * <p/>
 * The activity must use a theme that with translucent style.

From source file com.education.online.view.SwipeBackLayout.java

/**
 * Swipe or Pull to finish a Activity.
 * <p/>
 * This layout must be a root layout and contains only one direct child view.
 * <p/>
 * The activity must use a theme that with translucent style.

From source file angeloid.dreamnarae.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";

    private SwipeyTabsAdapter mAdapter;

From source file com.afeiluo.practiceproject.view.SwipeBackLayout.java

/**
 * Swipe or Pull to finish a Activity.
 * <p/>
 * This layout must be a root layout and contains only one direct child view.
 * <p/>
 * The activity must use a theme that with translucent style.