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 android.support.design.internal.SnackbarContentLayout.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
public class SnackbarContentLayout extends LinearLayout implements BaseTransientBottomBar.ContentViewCallback {
    private TextView mMessageView;

From source file com.ewintory.footballscores.ui.widget.AnimatorStateView.java

/**
 * @attr ref android.R.styleable#AnimatorStateView_messageText
 * @attr ref android.R.styleable#AnimatorStateView_messageImage
 */
public final class AnimatorStateView extends LinearLayout implements NestedScrollingChild {

From source file com.ruesga.rview.widget.ScoresView.java

public class ScoresView extends LinearLayout {

    public interface OnScoreChanged {
        void onScoreChanged(ScoresView view, int newScore);
    }

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

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

From source file org.chromium.chrome.browser.widget.FloatLabelLayout.java

/**
 * Layout which uses a {@link android.widget.TextView} to show a floating label above an
 * {@link android.widget.EditText} when the hint is hidden due to the user inputting text.
 *
 * @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
 * @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>

From source file com.prettygirl.avgallery.components.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 de.devmil.common.ui.color.HistorySelectorView.java

public class HistorySelectorView extends LinearLayout {
    private static final String PREFS_NAME = HistorySelectorView.class.getPackage() + ".RECENT_COLORS";
    private static final String HISTORY = HistorySelectorView.class.getPackage() + ".HISTORY";

    private static final int MAX_COLORS = 20;

From source file net.xpece.android.widget.ScrimInsetsLinearLayout.java

/**
 * @hide
 */
public class ScrimInsetsLinearLayout extends LinearLayout {

    Drawable mInsetForeground;

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

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

From source file org.opensilk.music.ui2.gallery.GalleryScreenView.java

/**
 * Created by drew on 10/3/14.
 */
public class GalleryScreenView extends LinearLayout {

    @Inject