Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pavlospt/CircleView

A Circle View containing Title and Subtitle
https://github.com/pavlospt/CircleView

android circleview view

Last synced: 10 days ago
JSON representation

A Circle View containing Title and Subtitle

Awesome Lists containing this project

README

        

CircleView
==========

A Circle View containing Title and Subtitle

[ ![Download](https://api.bintray.com/packages/pavlospt/android-libraries/CircleView/images/download.svg) ](https://bintray.com/pavlospt/android-libraries/CircleView/_latestVersion)

[![Android Arsenal](http://img.shields.io/badge/Android%20Arsenal-CircleView-blue.svg)](http://android-arsenal.com/details/1/796)

![CircleView](/Screenshots/Screenshot_8.png)

Attributes to choose from:

* `cv_titleText` - The text in the first row.
* `cv_subtitleText` - The text in the second row.
* `cv_titleSize` - The size of the first row text.
* `cv_subtitleSize` - The size of the second row text.
* `cv_strokeWidthSize` - The size of the outter line surrounding the view.
* `cv_fillRadius` - The radius of the inner circle.
* `cv_titleColor` - The color of the first row text.
* `cv_subtitleColor` - The color of the second row text.
* `cv_fillColor` - The color of the inner circle.
* `cv_strokeColorValue` - The color of the outter line circle.
* `cv_backgroundColorValue` - the color between the circle and the stroke.

Example
=======
```xml

```

How To Use
==========

You can search us on *Gradle,please* http://gradleplease.appspot.com/ or just add

the dependency to your module's `build.gradle` file:

```compile 'com.github.pavlospt:circleview:1.3' ```

Credits
=======
Author : Pavlos-Petros Tournaris ([email protected])

Google+ : [+Pavlos-Petros Tournaris](https://plus.google.com/u/0/+PavlosPetrosTournaris/)

Facebook : [Pavlos-Petros Tournaris](https://www.facebook.com/pavlospt)

LinkedIn : [Pavlos-Petros Tournaris](https://www.linkedin.com/pub/pavlos-petros-tournaris/44/abb/218)

Thanks to [+Filip Puđak](https://plus.google.com/u/0/117550349320705739707/) and his ProgressPieView that helped me think and create this View.

(In case you use this in your app let me know to make a list of apps that use it! )

Apps using this library
=======================

Hungry (https://play.google.com/store/apps/details?id=com.hungry)

License
=======

Copyright 2014 Pavlos-Petros Tournaris

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.