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 org.vshgap.ui.Components.EmojiView.java

public class EmojiView extends LinearLayout implements NotificationCenter.NotificationCenterDelegate {

    public interface Listener {
        boolean onBackspace();

        void onEmojiSelected(String emoji);

From source file org.tomahawk.tomahawk_android.views.PageIndicator.java

public class PageIndicator extends LinearLayout implements ViewPager.OnPageChangeListener {

    private ViewPager mViewPager;

    private List<PagerFragment.FragmentInfoList> mFragmentInfosList;

From source file com.arksh.summer.ui.zone.widget.ExpandableTextView.java

public class ExpandableTextView extends LinearLayout implements View.OnClickListener {

    /*  */
    private static final int MAX_COLLAPSED_LINES = 5;

    /*  */

From source file com.lixplor.rocketpulltorefresh.RefreshLayout.java

/**
 * Created :  2016-10-28
 * Author  :  Lixplor
 * Web     :  http://blog.lixplor.com
 * Email   :  me@lixplor.com
 */

From source file com.l4digital.fastscroll.FastScroller.java

public class FastScroller extends LinearLayout {

    public interface SectionIndexer {

        String getSectionText(int position);
    }

From source file com.zzb.mynew.view.ExpandableTextView.java

public class ExpandableTextView extends LinearLayout implements View.OnClickListener {
    /*  */
    private static final int MAX_COLLAPSED_LINES = 5;

    /*  */
    private static final int DEFAULT_ANIM_DURATION = 200;

From source file mvp.dagger.yify.yify.views.FloatLabelLayout.java

/**
 * Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
 * due to the user inputting text.
 *
 * @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
 * @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>

From source file com.viewpagerindicator.NewTabPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class NewTabPageIndicator extends LinearLayout implements PageIndicator {
    /** Title text used when no title is provided by the adapter. */

From source file org.dalol.orthodoxmezmurmedia.utilities.widgets.RecyclerViewFastIndexer.java

public class RecyclerViewFastIndexer extends LinearLayout {
    private static final int BUBBLE_ANIMATION_DURATION = 100;
    private static final int TRACK_SNAP_RANGE = 5;
    private static final String TAG = RecyclerViewFastIndexer.class.getSimpleName();

    private TextView bubble;

From source file de.mdxdave.materialbreadcrumbsnavigation.MaterialBreadcrumbsNavigation.java

public class MaterialBreadcrumbsNavigation extends LinearLayout {

    private View view;
    private int textColor;
    private int indicatorColor;
    private int backgroundColor;