sovegetables / circleloadingview

Material Circular progress bar is the same as SwipeRefreshLayout's refresh progress bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Circular progress bar

Screenshots

Setup

compile 'com.github.sovegetables:circleloadingview:0.1.0'
<com.xogrp.albert.CircleLoadingView
    android:id="@+id/clv"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:size="normal"
    app:progress_color="@color/colorAccent"
    app:progress_second_color="@color/colorPrimary"
    app:bg_color="@color/white"
    />

License

Copyright 2016 Albert Liu

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.

About

Material Circular progress bar is the same as SwipeRefreshLayout's refresh progress bar

License:Apache License 2.0


Languages

Language:Java 100.0%