linechart

栏目: 编程工具 · 发布时间: 8年前

内容简介:linechart

开源库汇总

  1. linechart 为指数基金走势图表可根据当前走势绘制出想要的图表。
  2. 支持手势显示当前值
  3. 支持当前的区域颜色渐变

  4. 演示效果图

linechart

Get it Add it in your root build.gradle at the end of repositories:

Add the dependency

dependencies {
        compile 'compile 'com.allen.linechart:linechart:0.0.1'
}

或者 or

<dependency>
  <groupId>com.allen.linechart</groupId>
  <artifactId>linechart</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>

5.如果ListView中的单个Item的view中存在checkbox,button等view,会导致ListView.setOnItemClickListener无效, 事件会被子View捕获到,ListView无法捕获处理该事件. 解决方法: 在checkbox、button对应的view处加 [html]

android:focusable="false"  
  android:clickable="false"  
  android:focusableInTouchMode="false"

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Coming of Age in Second Life

Coming of Age in Second Life

Tom Boellstorff / Princeton University Press / 2008-04-21 / USD 29.95

The gap between the virtual and the physical, and its effect on the ideas of personhood and relationships, is the most interesting aspect of Boellstorff's analysis... Boellstorff's portrayal of a virt......一起来看看 《Coming of Age in Second Life》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具