An open API service indexing awesome lists of open source software.

https://github.com/willing-xyz/androidview

Android自定义控件
https://github.com/willing-xyz/androidview

Last synced: about 2 months ago
JSON representation

Android自定义控件

Awesome Lists containing this project

README

        

- [SlideShowListView](#SlideShowListView)
- [FlowGroup](#FlowGroup)
- [StartStopButton))#StartStopButton)

## SlideShowListView

滑动显示删除按钮
![示例图][1]

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

## FlowGroup

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

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

## StartStopButton
![示例图][3]

[1]: ./images/20151028152555.png "20151028152555.png"
[2]: ./images/20151028152709.png "20151028152709.png"
[3]: ./images/startStopButton.png