https://github.com/dmitry-zaitsev/CircleLayout
Circular layout for android
https://github.com/dmitry-zaitsev/CircleLayout
Last synced: 5 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T19:17:33.000Z (over 12 years ago)
- Last Synced: 2024-11-15T00:05:39.146Z (about 1 year 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
README
CircleLayout
============
Circular layout for android.

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 slices
And here is how it will look like:

License
=======
Copyright dmitry.zaicew@gmail.com 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 at
http://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.