Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitry-zaitsev/CircleLayout
Circular layout for android
https://github.com/dmitry-zaitsev/CircleLayout
Last synced: about 6 hours ago
JSON representation
Circular layout for android
- Host: GitHub
- URL: https://github.com/dmitry-zaitsev/CircleLayout
- Owner: dmitry-zaitsev
- Created: 2013-01-10T06:33:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T19:17:33.000Z (over 11 years ago)
- Last Synced: 2024-11-15T00:05:39.146Z (5 days ago)
- Language: Java
- Size: 536 KB
- Stars: 243
- Watchers: 29
- Forks: 94
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/dmitry-zaitsev/CircleLayout
- awesome-android-ui - https://github.com/dmitry-zaitsev/CircleLayout
README
CircleLayout
============Circular layout for android.
![Example](https://raw.github.com/dmitry-zaitsev/CircleLayout/master/normal.jpg)
Installlation
=============Add CircleLayout as Android Library to your project.
How to add project as Android Library
Usage
=====
To arrange views in nice looking pie provide this property:
app:layoutMode="pie"
In pie mode some additional options available:
sliceDivider - color of divider between slices of pie
innerCircle - color or drawable that will be drawn in center of pie
dividerWidth - width of divider between slicesAnd here is how it will look like:
![Example](https://raw.github.com/dmitry-zaitsev/CircleLayout/master/pie.jpg)
License
=======Copyright [email protected] Dmitry Zaitsev
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.