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 net.weibo.viewpagerindicator.TabPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class TabPageIndicator extends LinearLayout implements PageIndicator {
    /** Title text used when no title is provided by the adapter. */

From source file com.wangchunyang.notebook.common.FloatLabelLayout.java

/**
 * Layout which an {@link android.widget.EditText} to show a floating label 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 ca.uwaterloo.sh6choi.czshopper.ui.FloatLabelLayout.java

/**
 * Layout which an {@link android.widget.EditText} to show a floating label 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.madgag.agit.CommitView.java

public class CommitView extends LinearLayout {

    private static final String TAG = "CommitView";

    private final LayoutInflater layoutInflater;

From source file com.stasbar.knowyourself.timer.TimerSetupView.java

public class TimerSetupView extends LinearLayout implements Button.OnClickListener, Button.OnLongClickListener {

    private final Button[] mNumbers = new Button[10];
    private final int[] mInput = { 0, 0, 0, 0, 0, 0 };
    private int mInputPointer = -1;
    private ImageButton mDelete;

From source file org.kaaproject.kaa.demo.iotworld.smarthome.widget.SmartHomeToolbar.java

public class SmartHomeToolbar extends LinearLayout {

    private Toolbar mToolbar;
    private TextView mToolbarTitleView;
    private TextView mToolbarSubtitleView;
    private LinearLayout mToolbarCustomContentView;

From source file com.advaitaworld.widgets.FloatLabelLayout.java

/**
 * Layout which an {@link android.widget.EditText} to show a floating label 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 ch.heigvd.wordhunt.Interaction.FloatLabelLayout.java

/**
 * Layout which an {@link android.widget.EditText} to show a floating label 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 io.geeteshk.papierr.FloatLabelLayout.java

/**
 * Layout which an {@link android.widget.EditText} to show a floating label 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.waz.zclient.ui.views.tab.TabIndicatorLayout.java

public class TabIndicatorLayout extends LinearLayout implements ViewPager.OnPageChangeListener {

    private int selectedPosition;

    private LinearLayout textViewContainer;
    private int[] anchorPositions;