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 nkarasch.repeatingreminder.gui.AlertView.java

public class AlertView extends LinearLayout {

    private static final String[] longDaysOfWeek = { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",
            "Friday", "Saturday" };
    private static final String[] shortDaysOfWeek = { "S", "M", "T", "W", "T", "F", "S" };

From source file com.forrestguice.suntimeswidget.EquinoxView.java

@SuppressWarnings("Convert2Diamond")
public class EquinoxView extends LinearLayout {
    public static final String KEY_UI_USERSWAPPEDCARD = "userSwappedEquinoxCard";
    public static final String KEY_UI_CARDISNEXTYEAR = "equinoxCardIsNextYear";
    public static final String KEY_UI_MINIMIZED = "equinoxIsMinimized";

From source file xyz.berial.textinputlayout.TextInputLayout.java

/**
 * Layout which wraps an {@link EditText} (or descendant) to show a floating label
 * when the hint is hidden due to the user inputting text.
 * <p/>
 * Also supports showing an error via {@link #setErrorEnabled(boolean)} and
 * {@link #setError(CharSequence)}.

From source file com.insthub.O2OMobile.View.A0_RequestListView.java

@SuppressLint("NewApi")
public class A0_RequestListView extends LinearLayout
        implements BusinessResponse, IXListViewListener, OnClickListener {

    private Context mContext;
    private XListView mListView;

From source file com.gqp.duoduo.view.SettlementView.java

/**
 * Created by guoqipan on 2015/8/19 22:35.
 * qq:390893576
 */
public class SettlementView extends LinearLayout implements ViewContainer<SettlementViewModel> {

From source file com.indeema.mail.ui.NestedFolderTeaserView.java

/**
 * The teaser list item in the conversation list that shows nested folders.
 */
public class NestedFolderTeaserView extends LinearLayout implements ConversationSpecialItemView {
    private static final String LOG_TAG = "NestedFolderTeaserView";

From source file com.philliphsu.bottomsheetpickers.date.PagingDayPickerView.java

/**
 * This displays a ViewPager of months in a calendar format with selectable days.
 */
class PagingDayPickerView extends LinearLayout
        implements OnDateChangedListener, OnPageChangeListener, OnMonthClickListener {

From source file cn.org.eshow.framwork.view.sliding.AbBottomTabView.java

/**
 * tab.
 *
 */
public class AbBottomTabView extends LinearLayout {

From source file com.bangqu.eshow.view.sliding.ESBottomTabView.java

/**
 * tab.
 *
 */
public class ESBottomTabView extends LinearLayout {

From source file com.todoroo.astrid.notes.EditNoteActivity.java

public class EditNoteActivity extends LinearLayout implements TimerActionListener {

    private Task task;

    private ActFmCameraModule actFmCameraModule;
    private final Preferences preferences;