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.jungle.widgets.view.TabPageIndicator.java

public class TabPageIndicator extends LinearLayout {

    public interface Adapter {
        int getCount();

        TabPageIndicatorView getView(int position);

From source file android.support.v7ox.widget.ButtonBarLayout.java

/**
 * An extension of LinearLayout that automatically switches to vertical
 * orientation when it can't fit its child views horizontally.
 *
 * @hide
 */

From source file be.ugent.zeus.hydra.views.ButtonBarLayout.java

/**
 * An extension of LinearLayout that automatically switches to vertical orientation when it can't fit its child views
 * horizontally.
 * <p>
 * This class is copied from the support library v7, as the class their is marked as hidden.
 * <p>

From source file com.google.cloud.solutions.griddler.android.ui.game.BoardLoadingView.java

/**
 * Provides the user with feedback that processing is occurring with a spinner while the game board
 * is loading
 */
public class BoardLoadingView extends LinearLayout implements IGameView {

From source file com.yju.app.widget.autoviewpager.ViewPagerIndicator.java

@SuppressLint("NewApi")
public class ViewPagerIndicator extends LinearLayout {

    private ViewPager vp = null;
    private CirclePageIndicator cpi = null;
    //   private Timer timer = null;

From source file com.xzh.chatview.view.viewpagerindicator.ViewPagerIndicator.java

@SuppressLint("NewApi")
public class ViewPagerIndicator extends LinearLayout {

    private ViewPager vp = null;
    private CirclePageIndicator cpi = null;
    //   private Timer timer = null;

From source file org.smc.inputmethod.indic.setup.SetupStartIndicatorView.java

public final class SetupStartIndicatorView extends LinearLayout {
    public SetupStartIndicatorView(final Context context, final AttributeSet attrs) {
        super(context, attrs);
        setOrientation(HORIZONTAL);
        LayoutInflater.from(context).inflate(R.layout.setup_start_indicator_label, this);

From source file org.michaelbel.bottomsheet.BottomSheetGrid.java

@SuppressWarnings("all")
public class BottomSheetGrid extends LinearLayout {

    private TextView textView;
    private ImageView iconView;

From source file com.wenxing.menggang.lineviewdemo.view.viewpagerindicator.ViewPagerIndicator.java

@SuppressLint("NewApi")
public class ViewPagerIndicator extends LinearLayout {

    private ViewPager vp = null;
    private CirclePageIndicator cpi = null;
    //   private Timer timer = null;

From source file com.android.inputmethod.latin.setup.SetupStartIndicatorView.java

public final class SetupStartIndicatorView extends LinearLayout {
    public SetupStartIndicatorView(final Context context, final AttributeSet attrs) {
        super(context, attrs);
        setOrientation(HORIZONTAL);
        LayoutInflater.from(context).inflate(R.layout.setup_start_indicator_label, this);