Layouts Pack v2
Filter by API Level:
Package Index
|
Class Index
com.droidux.pack.layouts
com.droidux.pack.layouts.anim
com.droidux.pack.layouts.drawable
com.droidux.pack.layouts.interfaces
com.droidux.pack.layouts.widget
Interfaces
WrapperViewInterface
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
Since:
API Level 2.5
public interface
WrapperViewInterface
com.droidux.pack.layouts.interfaces.WrapperViewInterface
Known Indirect Subclasses
ReflectionLayout
ReflectionLayout
ReflectionLayout is a layout container that will add a reflection to its child view.
Class Overview
Represents a View that wraps another view.
Summary
Public Methods
abstract
View
getWrappedView
()
Gets the wrapped view.
Public Methods
public abstract
View
getWrappedView
()
Since:
API Level 2.5
Gets the wrapped view.
Returns
The wrapped view.