文件名称:FancyCoverFlow:在Github的FancyCoverFlow项目基础上增加新功能
文件大小:388KB
文件格式:ZIP
更新时间:2024-05-22 10:37:04
Java
CustomFancyCoverFlow 在Github的FancyCoverFlow项目基础上,增加了以下功能。 1.水平时间滑动组件,显示三种日期:历史日期,未来日期,当前日期,其中当前日期背景特定。 2.实现滑动阻断:只能滑动到当前日期,不可滑动到未来日期 3.支持点击选中,历史日期除外。 4.解决了滑动阻断和滑动过程每个项目均会经历选中状态的冲突。利用setCallbackDuringFling(false)则滑动阻断实现不了,才用线程睡眠时间间隔判断的方式. 原项目地址: FancyCoverFlow THIS PROJECT IS NO LONGER MAINTAINED! What is FancyCoverFlow? FancyCoverFlow is a flexible Android widget providing out of the box view trans
【文件预览】:
FancyCoverFlow-master
----library()
--------res()
--------proguard-project.txt(781B)
--------ant.properties(1KB)
--------build.xml(4KB)
--------.settings()
--------src()
--------project.properties(1KB)
--------AndroidManifest.xml(1KB)
----LICENSE(582B)
----samples()
--------res()
--------proguard-project.txt(781B)
--------ant.properties(1KB)
--------build.xml(4KB)
--------.settings()
--------src()
--------project.properties(1KB)
--------AndroidManifest.xml(2KB)
--------lint.xml(53B)
----.gitignore(332B)
----README.md(2KB)
----.gitattributes(378B)