List of usage examples for android.widget LinearLayout subclass-usage
From source file io.github.runassudo.ptoffline.ui.TimeAndDateView.java
public class TimeAndDateView extends LinearLayout implements OnTimeSetListener, OnDateSetListener { private final String SUPER_STATE = "superState"; private static final String DATE = "date"; private static final String NOW = "now"; private static final String TODAY = "today";
From source file de.grobox.transportr.locations.LocationView.java
public class LocationView extends LinearLayout implements SuggestLocationsTaskCallback { private final static String LOCATION = "location"; private final static String TEXT = "text"; private final static String TEXT_POSITION = "textPosition"; private final static int AUTO_COMPLETION_DELAY = 300;
From source file com.putaotown.views.PagerSlidingTabStrip.java
/** * ?ScrollView?linearlayout? * @author mozhuowen * */ public class PagerSlidingTabStrip extends /**HorizontalScrollView*/
From source file com.dreamchen.useful.mouserace.view.sliding.AbBottomTabView.java
/**
* 2012 amsoft.cn
* ??AbSlidingTabView.java
* ??tab.
*
* @author
From source file com.actionbarsherlock.internal.view.menu.ListMenuItemView.java
/** * The item view for each item in the ListView-based MenuViews. */ public class ListMenuItemView extends LinearLayout implements MenuView.ItemView { private MenuItemImpl mItemData;
From source file com.albedinsky.android.support.ui.widget.LinearLayoutWidget.java
/**
* Extended version of {@link android.widget.LinearLayout}.
*
* <h3>Tinting</h3>
* <b>Tinting of the background is supported by this widget for the versions below LOLLIPOP.</b>
*
From source file com.haibin.calendarview.CalendarLayout.java
/** * */ public class CalendarLayout extends LinearLayout { /**
From source file com.adithyaupadhya.uimodule.roundcornerprogressbar.BaseRoundCornerProgressBar.java
/** * Created by Akexorcist on 9/14/15 AD. */ public abstract class BaseRoundCornerProgressBar extends LinearLayout { private final static int DEFAULT_MAX_PROGRESS = 100; private final static int DEFAULT_PROGRESS = 0;
From source file com.gitstudy.rili.liarbry.CalendarLayout.java
/** * */ public class CalendarLayout extends LinearLayout { /**
From source file com.bvhloc.numpicker.widget.NumberPicker.java
/**
* Number picker port from android source code (<b>Beta +</b>).<br>
* <br>
* This (useful) class is available on every android platform but not for public access.<br>
* So this is the original class pulled from android source code and improved for public use.<br>
* It's a view which contains a number field which can be increased and decreased by button press.<br>