Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Sep 4, 2016
1 parent 47216ac commit 0a647d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ You can customize the following options:
* `cl_centerView`: Set a specific view ID to be in the center of the circle
* `cl_angle`: Choose a specific angle between the children or arrange them equally (default: 0)
* `cl_angleOffset`: Start the circle at an offset in degrees relative to the horizontal axis (default: 0)
* `cl_radius`: Choose a specific radius for the circle. Overrides `cl_radiusPreset`.
* `cl_radiusPreset`: Either `fitsSmallestChild` or `fitsLargestChild`. Automatically picks a radius that will place either the smallest or the largest child view at the outer boundary (minus any padding) and layout the rest along the same radius (default: `fitsLargestChild`)
* `cl_radius`: Choose a specific radius for the circle or a preset. `fitsSmallestChild` and `fitsLargestChild` will automatically pick a radius that will place either the smallest or the largest child view at the outer boundary (minus any padding) and layout the rest along the same radius (default: `fitsLargestChild`)
* `cl_direction`: Either `clockwise` or `counterClockwise` (default: `counterClockwise`)

## Installation

Standard installation via Gradle:

dependencies {
compile 'io.github.francoiscampbell:circlelayout:0.1.4'
compile 'io.github.francoiscampbell:circlelayout:0.3.0'
}

## Examples
Expand Down

0 comments on commit 0a647d8

Please sign in to comment.