All Projects → AllenCoder → Androidcustomview

AllenCoder / Androidcustomview

一个简单的投票排名对比图

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Androidcustomview

Rapidfloatingactionbutton
Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
Stars: ✭ 1,289 (+759.33%)
Mutual labels:  custom-view
Zhpopupcontroller
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Stars: ✭ 1,481 (+887.33%)
Mutual labels:  custom-view
Multiplestatusview
一个支持多种状态的自定义View,可以方便的切换到:加载中视图、错误视图、空数据视图、网络异常视图、内容视图。
Stars: ✭ 1,676 (+1017.33%)
Mutual labels:  custom-view
Meter Number Picker
The android library that provides a simple and customizable NumberPicker styled as meter.
Stars: ✭ 96 (-36%)
Mutual labels:  custom-view
Reel Search Android
Reel Search for Android is a UI/UX design for autocomplete action. It is a beautiful minimalistic addition to any use case.
Stars: ✭ 110 (-26.67%)
Mutual labels:  custom-view
Springfabmenu
A menu of FloatingActionButton items, designed to be anchored on an AppBarLayout.
Stars: ✭ 116 (-22.67%)
Mutual labels:  custom-view
Easyflipview
💳 A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.
Stars: ✭ 1,221 (+714%)
Mutual labels:  custom-view
Imageframe
高效省内存播放序列帧动画控件
Stars: ✭ 147 (-2%)
Mutual labels:  custom-view
Wheelview
Android滚动选择控件
Stars: ✭ 1,470 (+880%)
Mutual labels:  custom-view
Custom Work For Brackets
<involuntarily lost source code> ____ Adds toolbar it include buttons show/hide with tabs of active documents on the top of the editor.
Stars: ✭ 126 (-16%)
Mutual labels:  custom-view
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+818%)
Mutual labels:  custom-view
Timesincetextview
Android TextView for displaying the time since a date
Stars: ✭ 108 (-28%)
Mutual labels:  custom-view
Zjywidget
🎨 一组实用炫酷自定义View的集合(包括源码及demo)包括常见的支付、扫描、解锁动画、炫酷转盘式菜单等效果。A collection of Android cool custom views
Stars: ✭ 121 (-19.33%)
Mutual labels:  custom-view
Hhfloatingview
An easy to use and setup floating view for your app. 🎡
Stars: ✭ 93 (-38%)
Mutual labels:  custom-view
Flareview
Create Animatic flares around your uiview's. Visit http://stanlyhardy.github.io/FlareView for more info
Stars: ✭ 136 (-9.33%)
Mutual labels:  custom-view
Proprogressviews
Progress Views Library
Stars: ✭ 84 (-44%)
Mutual labels:  custom-view
Vusikview
Android library to make notes drop animation for music players
Stars: ✭ 115 (-23.33%)
Mutual labels:  custom-view
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (+0%)
Mutual labels:  custom-view
Ezchat
基于网易云信 IM SDK for Android,界面仿造QQ和微信,打造的一款简单的即时通讯 APP,目前可实现好友添加,个人资料修改,基础聊天功能(包括文字,表情,语音,视频,图片和位置信息发送接收功能),Based on Netease cloud letter IM SDK for Android, the interface mimics QQ and WeChat, to create a simple instant messaging APP, which can be realized by adding friends, modifying personal information, basic chatting functions (including text, emoticons, voice, video, Location information send and receive function).
Stars: ✭ 140 (-6.67%)
Mutual labels:  custom-view
Flutter mvp
使用Flutter MVP结构开发的短视频类小项目,加入各种平滑的过渡动画。欢迎Star或Fork!
Stars: ✭ 124 (-17.33%)
Mutual labels:  custom-view

Android Arsenal Download

简介(投票 ,排名对比图)


  1. 一个简单的自定义 View 可高度定制

  2. 支持设置替换 支持 ,和反对的图标

  3. 支持自定义线宽和支持反对线的字体颜色

设置比分值

效果图

字段 属性
OppositeBitmap 反对图标
mApproveBitmap 支持图标
approveLineColor 支持线颜色
oppositeLineColor 反对线颜色

Dependency

Add dependency in your app module

dependencies {
	compile 'com.allen.comparsechart:comparsechart:1.0.1'
}

Maven

<dependency>
  <groupId>com.allen.comparsechart</groupId>
  <artifactId>comparsechart</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>

Usage

Java

    <com.allen.comparsechart.CompareIndicator
            android:id="@+id/CompareIndicator3"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="50dp"
            app:approve_line_color="@android:color/holo_green_light"
            app:approve_res="@mipmap/approve"
            app:oppose_line_color="@android:color/holo_red_dark"
            app:opposite_res="@mipmap/opposite"
            />
CompareIndicator1.updateView(10,90);

股票走势图

Apk 下载地址

License

Copyright 2016 AllenCoder

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].