List of usage examples for android.widget LinearLayout subclass-usage
From source file com.suyonoion.floatingchathead.tampilkanViewPager.java
/**
* Created by Suyono on 5/21/2015.
* Copyright (c) 2015 by Suyono (ion).
* All rights reserved.
* This product is protected by copyright and distributed under
* licenses restricting copying, distribution and decompilation.
From source file jp.gr.java_conf.ishiisoft.android.widget.SwipeSelector.java
/**
* SwipeSelector class
* select item with swipe
* MIT Licensed.
*
* @author ishiisoft
From source file com.temboo.example.YouTubeResultView.java
/**
Copyright 2012, Temboo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
From source file de.fahrgemeinschaft.util.ReoccuringWeekDaysView.java
public class ReoccuringWeekDaysView extends LinearLayout { private static final String CLICKABLE = "clickable"; static final String android = "http://schemas.android.com/apk/res/android"; private JSONObject details; private boolean clickable;
From source file com.df.app.procedures.InputProceduresLayout.java
/** * Created by on 14-1-8. * * ??? */ public class InputProceduresLayout extends LinearLayout implements ViewPager.OnPageChangeListener {
From source file org.mozilla.gecko.firstrun.FirstrunPane.java
public class FirstrunPane extends LinearLayout { public static final String PREF_FIRSTRUN_ENABLED = "startpane_enabled"; public static interface OnFinishListener { public void onFinish(); }
From source file com.tompee.funtablayout.FlipTabView.java
class FlipTabView extends LinearLayout { private final IconView mIconView; private final TitleView mTitleView; private int mDefaultColor; public FlipTabView(Context context) {
From source file Windows.UI.Xaml.Controls.CommandBar.java
public class CommandBar extends android.widget.LinearLayout implements IHaveProperties { ObservableCollection _primaryCommands; ObservableCollection _secondaryCommands; public CommandBar(Context context) { super(context);
From source file com.farmerbb.taskbar.widget.StartMenuLayout.java
public class StartMenuLayout extends LinearLayout { private boolean viewHandlesBackButton = false; public StartMenuLayout(Context context) { super(context); }
From source file com.tompee.funtablayout.BubbleTabView.java
class BubbleTabView extends LinearLayout { private final IconView mIconView; private final TitleView mTitleView; public BubbleTabView(Context context) { super(context);