View on GitHub

Circleview

A Circle View containing Title and Subtitle

Download this project as a .zip file Download this project as a tar.gz file

CircleView

A Circle View containing Title and Subtitle

CircleView

Attributes to choose from:

Example

 <com.github.circleView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="300dp"
        android:layout_height="300dp"
        app:titleText="title"
        app:subtitleText="subtitle"
        app:titleSize="12dp"
        app:subtitleSize="9dp"
        app:titleColor="@color/white"
        app:subtitleColor="@color/red"
        app:strokeColor="@color/blue"
        app:backgroundColor="@color/gray"
        app:fillColor="@color/green"
        app:fillRadius="0.9"
        app:strokeWidth="5"/>

How To Use

Add the following line to your project's build.gradle file:

maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

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

compile 'com.github.pavlospt:circleview:1.0-SNAPSHOT'

As per issue #2 states there is a conflict with Gradle at the moment. If you want to use the View just copy and paste CircleView.java and values/attrs_circle_view.xml in your project, till I can fix the issue (roughly till the next week it will be fixed)

Credits

Author : Pavlos-Petros Tournaris (p.tournaris@gmail.com)

Google+ : +Pavlos-Petros Tournaris

Thanks to +Filip Puđak and his ProgressPieView that helped me think and create this View.

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.