List of usage examples for android.widget LinearLayout subclass-usage
From source file com.df.kia.procedures.InputProceduresLayout.java
/** * Created by on 14-1-8. * * ??? */ public class InputProceduresLayout extends LinearLayout implements ViewPager.OnPageChangeListener {
From source file org.telegram.ui.Components.BotKeyboardView.java
public class BotKeyboardView extends LinearLayout { private LinearLayout container; private TLRPC.TL_replyKeyboardMarkup botButtons; private BotKeyboardViewDelegate delegate; private int panelHeight;
From source file org.cyanogenmod.theme.util.ChooserDetailLinearLayout.java
/**
* This class will layout its children in a very specific way. It assumes it is a child of a
* scroll view.
*
* The first two children are assumed to be the "theme preview" and the "drawer handle" which will
* be visible. These children will be restricted in their size since they must be entirely visible.
From source file com.seraphim.chips.ChipsVerticalLinearLayout.java
class ChipsVerticalLinearLayout extends LinearLayout { private List<LinearLayout> lineLayouts = new ArrayList<>(); private float density; private int rowSpacing; public ChipsVerticalLinearLayout(Context context, int rowSpacing) {
From source file org.telegram.ui.ActionBar.ActionBarMenu.java
public class ActionBarMenu extends LinearLayout { protected ActionBar parentActionBar; public ActionBarMenu(Context context, ActionBar layer) { super(context);
From source file com.mtomczak.nausicaa.AlertView.java
/** * View that shows either its child views or a text view indicating bad * telemetry state. */ public class AlertView extends LinearLayout implements TelemetryViewer { private TextView alertText;
From source file com.ouyangzn.view.Test3Layout.java
/** * Created by ouyangzn on 2016/9/8.<br/> * Description */ public class Test3Layout extends LinearLayout {
From source file com.tct.mail.ui.ConversationListEmptyView.java
/** * Empty view for {@link ConversationListFragment}. */ public class ConversationListEmptyView extends LinearLayout { private ImageView mIcon;
From source file com.ouyangzn.view.Test2Layout.java
/** * Created by ouyangzn on 2016/9/8.<br/> * Description */ public class Test2Layout extends LinearLayout {
From source file com.android.mail.ui.ConversationListEmptyView.java
/** * Empty view for {@link ConversationListFragment}. */ public class ConversationListEmptyView extends LinearLayout { private ImageView mIcon;