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 de.mrapp.android.dialog.view.DialogRootView.java

/**
 * The root view of a dialog, which is designed according to Android 5's Material Design guidelines
 * even on pre-Lollipop devices. It is used to restrict the maximum height of the dialog on tablets
 * in landscape mode.
 *
 * @author Michael Rapp

From source file info.guardianproject.otr.app.im.app.ContactView.java

public class ContactView extends LinearLayout {
    static final String[] CONTACT_PROJECTION = { Imps.Contacts._ID, Imps.Contacts.PROVIDER, Imps.Contacts.ACCOUNT,
            Imps.Contacts.USERNAME, Imps.Contacts.NICKNAME, Imps.Contacts.TYPE, Imps.Contacts.SUBSCRIPTION_TYPE,
            Imps.Contacts.SUBSCRIPTION_STATUS, Imps.Presence.PRESENCE_STATUS, Imps.Presence.PRESENCE_CUSTOM_STATUS,
            Imps.Chats.LAST_MESSAGE_DATE, Imps.Chats.LAST_UNREAD_MESSAGE, Imps.Contacts.AVATAR_DATA

From source file im.vector.view.PillView.java

/**
 *
 */
public class PillView extends LinearLayout {
    private static final String LOG_TAG = PillView.class.getSimpleName();

From source file com.ylw.split.splitview.view.SplitView3.java

public class SplitView3 extends LinearLayout {
    private static final String TAG = "SplitView3";
    View vHead; //
    WebView vTop; //
    View vCenter; //?
    ViewPager vBottom; //

From source file orbin.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 com.forrestguice.suntimeswidget.LightMapView.java

/**
 * LightMapView .. a stacked bar graph over the duration of a day showing relative duration of
 * night, day, and twilight times.
 */
public class LightMapView extends LinearLayout {
    private static final double MINUTES_IN_DAY = 24 * 60;

From source file at.alladin.rmbt.android.views.ResultDetailsView.java

public class ResultDetailsView extends LinearLayout implements EndTaskListener {

    public static enum ResultDetailType {
        SPEEDTEST, QUALITY_OF_SERVICE_TEST, OPENDATA,
    }

From source file org.gots.seed.view.SeedWidgetLong.java

public class SeedWidgetLong extends LinearLayout {
    Context mContext;

    // private String TAG = SeedWidgetLong.class.getSimpleName();

    private GrowingSeedInterface mSeed;

From source file com.findme.views.ExpandableTextView.java

public class ExpandableTextView extends LinearLayout implements View.OnClickListener {

    public static final String TAG = ExpandableTextView.class.getSimpleName();

    /* The default number of lines */
    private static final int MAX_COLLAPSED_LINES = 8;

From source file info.device.deviceinfo.views.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.
 * <p/>
 * To use the component, simply add it to your view hierarchy. Then in your
 * {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call