Giter Club home page Giter Club logo

likesinasportprogress's Introduction

Preview

效果图

Usage

<com.dreamer.ratioprogresslibrary.RatioProgressBar
	android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:left_progress_bg="@color/bg_left_progress"
    app:left_progress_value="1580"
    app:left_right_progress_spacing="1"
    app:progress_anim_duration="4000"
    app:progress_height="15dp"
    app:right_progress_bg="@color/bg_right_progress"
    app:right_progress_value="800" />

Attributes

name format description default_value
left_progress_bg color 左进度条的背景颜色 #DD2F1C
left_progress_value integer 左进度条的大小 0
right_progress_bg color 右进度条的背景颜色 #1D69E1
right_progress_value integer 右进度条的大小 0
left_right_progress_spacing integer 左右进度条之间的间隔距离(间隔 = n * progress_height) n = 1
progress_anim_duration integer 进度条的动画时长(单位毫秒) 3000
progress_height dimension 进度条的高度 15

To do list

不知道为什么自己定义的RatioProgressBar它原先自带的那些设置间隔、显示位置的属性都失效了,目前的解决办法是在它的外层再裹一层 (LinearLayout或者RelativeLayout设置容器的间隔或显示位置)来解决RatioProgressBar要设置间隔、显示位置的功能。有知道怎么解决 此问题的朋友麻烦告诉我一声。谢谢!!!

License

   Copyright 2016 Dreamer

   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.

likesinasportprogress's People

Contributors

yangshaoxiong avatar

Watchers

James Cloos avatar Lerist avatar  avatar

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.