Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 778 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 778 Bytes

SlideShowListView

滑动显示删除按钮 示例图

为了使用该控件,需要在提供的布局资源中,有一个id为delete,且对齐Parent的右边。

FlowGroup

流体布局:从左到右,从上到下依次排列。如果某个View的宽度大于FlowGroup的宽度,则独自占一行.

其中每个View的背景是通过ShapeDrawable显示的。 示例图

StartStopButton

示例图