GithubHelp home page GithubHelp logo

customprogressbar's Introduction

自定义ProgressBar

简图:

采用kotlin编写的带进度的ProgressBar

<declare-styleable name="HorizontalProgress">
    <attr name="progress_reach_color" />
    <attr name="progress_reach_height" />
    <attr name="progress_unreach_color" />
    <attr name="progress_unreach_height" />
    <attr name="progress_text_color" />
    <attr name="progress_text_size" />
    <attr name="progress_text_offset" />
</declare-styleable>

<declare-styleable name="RoundProgress">
    <attr name="progress_reach_color" />
    <attr name="progress_reach_height" />
    <attr name="progress_unreach_color" />
    <attr name="progress_unreach_height" />
    <attr name="progress_text_color" />
    <attr name="progress_text_size" />
    <attr name="progress_text_offset" />
    <attr name="progress_radius"/>
</declare-styleable>


包括横向的进度条和圆形的进度条,如上所示的属性可以进行再布局中进行修改

本项目仅做参考,是学习自定义View的一些笔记。

customprogressbar's People

Contributors

jasongaoh avatar

Stargazers

 avatar  avatar Xerox avatar

Watchers

 avatar

customprogressbar's Issues

progressbar

请教一下 一个图片透明度0.2-1.0 600ms循环的progressbar如何实现啊

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.