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 org.wikipedia.descriptions.DescriptionEditView.java

public class DescriptionEditView extends LinearLayout {
    @BindView(R.id.view_description_edit_header)
    TextView headerText;
    @BindView(R.id.view_description_edit_page_title)
    TextView pageTitleText;
    @BindView(R.id.view_description_edit_save_button)

From source file com.wizardsofm.deskclock.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 info.papdt.blacklight.ui.common.LinearViewPagerIndicator.java

public class LinearViewPagerIndicator extends LinearLayout
        implements ViewPager.OnPageChangeListener, View.OnClickListener {
    private static final String TAG = LinearViewPagerIndicator.class.getSimpleName();

    private int mForeground = Color.WHITE;
    private boolean mMeasured = false;

From source file com.kerkr.edu.editView.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.yixi.window.view.CalculatorView.java

/**
 * Defines a custom EditText View that draws lines between each line of text
 * that is displayed.
 */
public class CalculatorView extends LinearLayout implements ActionCallBack, Logic.Listener {

From source file com.thomaskioko.paybillmanager.ui.view.FloatLabelLayout.java

/**
 * Layout which an {@link 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.liferay.mobile.screens.viewsets.defaultviews.auth.login.LoginView.java

/**
 * @author Silvio Santos
 */
public class LoginView extends LinearLayout implements LoginViewModel, View.OnClickListener {

    protected EditText loginEditText;

From source file org.floens.chan.ui.layout.FilesLayout.java

public class FilesLayout extends LinearLayout implements FilesAdapter.Callback, View.OnClickListener {
    private ViewGroup backLayout;
    private ImageView backImage;
    private TextView backText;
    private RecyclerView recyclerView;

From source file com.unipiazza.material2stepslogin.view.MaterialTwoStepsLogin.java

/**
 * Created by monossido on 26/06/15.
 */
public class MaterialTwoStepsLogin extends LinearLayout {

    private Context mContext;

From source file com.justwayward.reader.view.SelectionLayout.java

/**
 * @author yuyh.
 * @date 16/9/2.
 */
public class SelectionLayout extends LinearLayout {