Example usage for android.widget LinearLayout subclass-usage

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

Introduction

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

Usage

From source file com.roughike.bottombar.BottomBarTab.java

public class BottomBarTab extends LinearLayout {
    @VisibleForTesting
    static final String STATE_BADGE_COUNT = "STATE_BADGE_COUNT_FOR_TAB_";

    private static final long ANIMATION_DURATION = 150;
    private static final float ACTIVE_TITLE_SCALE = 1;

From source file com.tony.selene.sliding.AbSlidingSmoothTabView.java

/**
 *  2012 amsoft.cn ??AbSlidingSmoothTabView.java ??tab,tab???.
 *
 * @author 
 * @version v1.0
 * @date2013-05-17 ?6:46:29

From source file org.zywx.wbpalmstar.engine.EBounceView.java

public class EBounceView extends LinearLayout {

    private int mLastY;
    private Context mContext;
    private Scroller mScroller;
    public EBrowserView mBrwView;

From source file remix.myplayer.ui.widget.fastcroll_recyclerview.FastScroller.java

public class FastScroller extends LinearLayout {

    public interface SectionIndexer {

        String getSectionText(int position);
    }

From source file com.ab.view.sliding.AbSlidingTabView_fix.java

/**
 *  2012 amsoft.cn ??AbSlidingTabView.java ??tab,tab???.
 * 
 * @author 
 * @version v1.0
 * @date2013-05-17 ?6:46:29

From source file com.df.kia.carCheck.VehicleInfoLayout.java

/**
 * Created by  on 14-1-8.
 *
 * ????
 */
public class VehicleInfoLayout extends LinearLayout {

From source file com.waz.zclient.views.menus.ConfirmationMenu.java

public class ConfirmationMenu extends LinearLayout {
    private static final int DEFAULT_COLOR = Color.BLUE;
    private String header;
    private String text;
    private String positiveButtonText;
    private String negativeButtonText;

From source file com.ab.view.sliding.AbBottomTabView.java

/**
 *  2012 amsoft.cn
 * ??AbSlidingTabView.java 
 * ??tab.
 *
 * @author 

From source file de.grobox.liberario.ui.TimeAndDateView.java

public class TimeAndDateView extends LinearLayout implements OnTimeSetListener, OnDateSetListener {

    private final String SUPER_STATE = "superState";
    private static final String DATE = "date";
    private static final String NOW = "now";
    private static final String TODAY = "today";

From source file com.tmall.wireless.tangram.view.LinearScrollView.java

/**
 * Created by Kunlun on 9/17/16.
 */
public class LinearScrollView extends LinearLayout
        implements ITangramViewLifeCycle, HorizontalOverScrollBounceEffectDecoratorExt.OnMotionEventListener,
        HorizontalOverScrollBounceEffectDecoratorExt.OnOverScrollListener {