List of usage examples for android.view ViewGroup subclass-usage
From source file com.example.CustomSlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level
* of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
* primary detail view for displaying content.
*
* <p>Child views may overlap if their combined width exceeds the available width
From source file android.support.v7ox.widget.LinearLayoutCompat.java
/**
* A Layout that arranges its children in a single column or a single row. The direction of
* the row can be set by calling {@link #setOrientation(int) setOrientation()}.
* You can also specify gravity, which specifies the alignment of all the child elements by
* calling {@link #setGravity(int) setGravity()} or specify that specific children
* grow to fill up any remaining space in the layout by setting the <em>weight</em> member of
From source file com.aidy.bottomdrawerlayout.BottomDrawerLayout.java
public class BottomDrawerLayout extends ViewGroup { private static final String TAG = "DrawerLayout"; /** * Indicates that any drawers are in an idle, settled state. No animation is * in progress.
From source file com.aidy.launcher3.support.views.bottomdrawer.BottomDrawerLayout.java
public class BottomDrawerLayout extends ViewGroup { private static final String TAG = "DrawerLayout"; /** * Indicates that any drawers are in an idle, settled state. No animation is * in progress.
From source file com.abewy.android.apps.openklyph.widget.KlyphDrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge 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 com.abewy.android.apps.klyph.widget.KlyphDrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge 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 com.example.zhaozhu.practisecustomview.customviewgroup.HSlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top
* level of a UI. A left (or first) pane is treated as a content list or
* browser, subordinate to a primary detail view for displaying content.
* <p>
* <p>
From source file android.support.v7.widget.LinearLayoutCompat.java
/**
* A Layout that arranges its children in a single column or a single row. The direction of
* the row can be set by calling {@link #setOrientation(int) setOrientation()}.
* You can also specify gravity, which specifies the alignment of all the child elements by
* calling {@link #setGravity(int) setGravity()} or specify that specific children
* grow to fill up any remaining space in the layout by setting the <em>weight</em> member of
From source file com.example.zhaozhu.practisecustomview.customviewgroup.HSlidingPaneLayout2.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top
* level of a UI. A left (or first) pane is treated as a content list or
* browser, subordinate to a primary detail view for displaying content.
* <p>
* <p>
From source file com.aidy.bottomdrawerlayout.DrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge of the window.
*
* <p>
* Drawer positioning and layout is controlled using the