https://github.com/willing-xyz/androidview
Android自定义控件
https://github.com/willing-xyz/androidview
Last synced: about 2 months ago
JSON representation
Android自定义控件
- Host: GitHub
- URL: https://github.com/willing-xyz/androidview
- Owner: Willing-Xyz
- Created: 2015-10-28T06:41:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T01:53:09.000Z (over 9 years ago)
- Last Synced: 2025-01-29T19:12:05.326Z (3 months ago)
- Language: Java
- Size: 1.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [SlideShowListView](#SlideShowListView)
- [FlowGroup](#FlowGroup)
- [StartStopButton))#StartStopButton)滑动显示删除按钮
![示例图][1]为了使用该控件,需要在提供的布局资源中,有一个id为delete,且对齐Parent的右边。
流体布局:从左到右,从上到下依次排列。如果某个View的宽度大于FlowGroup的宽度,则独自占一行.
其中每个View的背景是通过ShapeDrawable显示的。
![示例图][2][1]: ./images/20151028152555.png "20151028152555.png"
[2]: ./images/20151028152709.png "20151028152709.png"
[3]: ./images/startStopButton.png