Class | Description |
---|---|
BoundedFrameLayout |
FrameLayout implementation that allows setting max width and max height using
'android:maxWidth' and 'android:maxHeight' xml attributes. |
BoundedLinearLayout |
LinearLayout implementation that allows setting max width and max height using
'android:maxWidth' and 'android:maxHeight' xml attributes. |
BoundedRelativeLayout |
RelativeLayout implementation that allows setting max width and max height using
'android:maxWidth' and 'android:maxHeight' xml attributes. |
BoundedViewHelper |
Helper class to allow setting max width and max height to any views using
'android:maxWidth' and 'android:maxHeight' xml attributes.
|
FillWidthImageView |