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.mobiletin.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 de.schildbach.wallet.ui.widget.FingerprintView.java

/**
 * @author Samuel Barbosa
 */
public class FingerprintView extends LinearLayout {

    private TextView fingerprintText;

From source file com.phonemetra.turbo.keyboard.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);

From source file com.astuetz.viewpager.extensions.FixedTabsView.java

public class FixedTabsView extends LinearLayout implements ViewPager.OnPageChangeListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    private Context mContext;

From source file com.udmurtlyk.extrainputmethod.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);

From source file eu.inmite.apps.smsjizdenka.view.FromFilterView.java

/**
 * Custom view for filtering according to from date.
 *
 * @author David Vvra (david@inmite.eu)
 */
public class FromFilterView extends LinearLayout {

From source file eu.inmite.apps.smsjizdenka.view.UntilFilterView.java

/**
 * Custom view for filtering according to from date.
 *
 * @author David Vvra (david@inmite.eu)
 */
public class UntilFilterView extends LinearLayout {

From source file com.stepstone.stepper.internal.DottedProgressBar.java

/**
 * An indicator displaying the current position in a list of items with dots.
 */
public class DottedProgressBar extends LinearLayout {

    private static final float FULL_SCALE = 1f;

From source file org.bottiger.podcast.views.SlidingTab.SlidingTabStrip.java

class SlidingTabStrip extends LinearLayout {

    private static final int DEFAULT_BOTTOM_BORDER_THICKNESS_DIPS = 2;
    private static final byte DEFAULT_BOTTOM_BORDER_COLOR_ALPHA = 0x26;
    private static final int SELECTED_INDICATOR_THICKNESS_DIPS = 4;
    private static final int DEFAULT_SELECTED_INDICATOR_COLOR = 0xFF33B5E5;

From source file com.zepan.android.widget.TabGroup.java

/**
 * ???LinearLayout?Tab??ActivityActivity
 * XML???attachContent(Fragment ...)?tabfragment?
 * 
 * @author zhanglei
 * @version 1.0