All Projects → pavlospt → Circleview

pavlospt / Circleview

A Circle View containing Title and Subtitle

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Circleview

Audiowave Progressbar
Lightweight audiowave progressbar for Android
Stars: ✭ 380 (-28.3%)
Mutual labels:  view
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+683.4%)
Mutual labels:  view
Stacklabel
🔥空祖家的堆叠标签(以下碎念:一开始起名字“StackLabel”没想太多结果被人吐槽Stack是整齐堆叠的意思...........好吧这是我的锅不过现在要改也来不及了,好用就行了...吧?
Stars: ✭ 471 (-11.13%)
Mutual labels:  view
Banner
🔥🔥ViewPager,ViewPager2无限轮播功能。自定义Indicator,支持一屏三页,支持仿魅族banner效果。极其简单的使用方式
Stars: ✭ 393 (-25.85%)
Mutual labels:  view
Tocropviewcontroller
A view controller for iOS that allows users to crop portions of UIImage objects
Stars: ✭ 4,210 (+694.34%)
Mutual labels:  view
Materialtimelineview
With MaterialTimelineView you can easily create a material looking timeline.
Stars: ✭ 443 (-16.42%)
Mutual labels:  view
Android Slidr
Another android slider / seekbar, but different :-)
Stars: ✭ 326 (-38.49%)
Mutual labels:  view
Happybubble
💭BubbleLayout随意变化的气泡布局、消息对话框,可定制颜色,背景、弧度、尖角弧度、边框等等。BubbleDialog气泡弹窗根据点击View的位置定位它的弹窗位置,BubbleDialog可定制方向等!(BubbleLayout changes freely,BubbleDialog click on the location of View positioning its location,BubbleDialog can be customized directions.)
Stars: ✭ 487 (-8.11%)
Mutual labels:  view
Lemniscate
An easy way to make your progress view nice and sleek.
Stars: ✭ 420 (-20.75%)
Mutual labels:  view
Waitview
显示等待加载状态的View
Stars: ✭ 465 (-12.26%)
Mutual labels:  view
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (-25.28%)
Mutual labels:  view
Bladeone
The standalone version Blade Template Engine without Laravel in a single php file and without dependencies
Stars: ✭ 411 (-22.45%)
Mutual labels:  view
Edgetranslucent
Android 任意View边沿渐变透明
Stars: ✭ 461 (-13.02%)
Mutual labels:  view
Slidablelayout
SlidableLayout is devoted to build a stable, easy-to-use and smooth sliding layout.
Stars: ✭ 385 (-27.36%)
Mutual labels:  view
Laravel Blade Javascript
A Blade directive to export variables to JavaScript
Stars: ✭ 485 (-8.49%)
Mutual labels:  view
Wpemerge
A modern, MVC-powered WordPress as a CMS workflow. 🚀
Stars: ✭ 348 (-34.34%)
Mutual labels:  view
Weatherview
WeatherView is an Android Library let you make cool weather animations for your app
Stars: ✭ 426 (-19.62%)
Mutual labels:  view
Scrollbear
A modern tool that maintains scroll position when images loaded
Stars: ✭ 523 (-1.32%)
Mutual labels:  view
Popview Android
Pop animation with circular dust effect for any view updation
Stars: ✭ 487 (-8.11%)
Mutual labels:  view
Freepager
ViewPagers library for Android
Stars: ✭ 461 (-13.02%)
Mutual labels:  view

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].