GithubHelp home page GithubHelp logo

circleview's Introduction

CircleView

A Circle View containing Title and Subtitle

Download

Android Arsenal

CircleView

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

 <com.github.pavlospt.CircleView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="300dp"
        android:layout_height="300dp"
        app:cv_titleText="title"
        app:cv_subtitleText="subtitle"
        app:cv_titleSize="12dp"
        app:cv_subtitleSize="9dp"
        app:cv_titleColor="@color/white"
        app:cv_subtitleColor="@color/red"
        app:cv_strokeColorValue="@color/blue"
        app:cv_backgroundColorValue="@color/gray"
        app:cv_fillColor="@color/green"
        app:cv_fillRadius="0.9"
        app:cv_strokeWidthSize="5"/>

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

Facebook : Pavlos-Petros Tournaris

LinkedIn : Pavlos-Petros Tournaris

Thanks to +Filip Puđak 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.

circleview's People

Contributors

aeondave avatar pavlospt avatar sureshjoshi avatar y11t avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.