List of usage examples for android.view ViewGroup subclass-usage
From source file administrator.example.com.myscrollview.VerticalViewPager.java
/**
* Layout manager that allows the user to flip up and down
* through pages of data. You supply an implementation of a
* {@link VerticalPagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file com.bowen.hannengclub.view.LazyViewPager.java
/**
* Layout manager that allows the user to flip left and right through pages of
* data. You supply an implementation of a {@link PagerAdapter} to generate the
* pages that the view shows.
*
* <p>
From source file com.code44.finance.views.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
* <p/>
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,
From source file com.cxsplay.wallyskim.widget.flexbox.FlexboxLayout.java
/**
* A layout that arranges its children in a way its attributes can be specified like the
* CSS Flexible Box Layout Module.
* This class extends the {@link ViewGroup} like other layout classes such as {@link LinearLayout}
* or {@link RelativeLayout}, the attributes can be specified from a layout XML or from code.
*
From source file com.huangj.huangjlibrary.widget.drawerlayout.DrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from one or both vertical edges of the window.
*
* <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
* attribute on child views corresponding to which side of the view you want the drawer
From source file chan.android.app.bitwise.util.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
* <p/>
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,
From source file com.bennyv5.smoothviewpager.SmoothViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file chan.android.app.pocketnote.util.view.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
* <p/>
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,
From source file com.example.jarida.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
*
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,
From source file com.gudwns999.ImageGridView.StaggeredGridView.java
/**
* ListView and GridView just not complex enough? Try StaggeredGridView!
* <p/>
* <p>StaggeredGridView presents a multi-column grid with consistent column sizes
* but varying row sizes between the columns. Each successive item from a
* {@link android.widget.ListAdapter ListAdapter} will be arranged from top to bottom,