LevelProgressBar

An custom progressbar for android.

Лицензия

Лицензия

Группа

Группа

io.github.rezaiyan
Идентификатор

Идентификатор

levelprogressbar
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

LevelProgressBar
An custom progressbar for android.
Ссылка на сайт

Ссылка на сайт

https://github.com/rezaiyan/LevelProgressBar/
Система контроля версий

Система контроля версий

https://github.com/rezaiyan/LevelProgressBar/

Скачать levelprogressbar

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.rezaiyan/levelprogressbar/ -->
<dependency>
    <groupId>io.github.rezaiyan</groupId>
    <artifactId>levelprogressbar</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rezaiyan/levelprogressbar/
implementation 'io.github.rezaiyan:levelprogressbar:1.0.3'
// https://jarcasting.com/artifacts/io.github.rezaiyan/levelprogressbar/
implementation ("io.github.rezaiyan:levelprogressbar:1.0.3")
'io.github.rezaiyan:levelprogressbar:aar:1.0.3'
<dependency org="io.github.rezaiyan" name="levelprogressbar" rev="1.0.3">
  <artifact name="levelprogressbar" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.rezaiyan', module='levelprogressbar', version='1.0.3')
)
libraryDependencies += "io.github.rezaiyan" % "levelprogressbar" % "1.0.3"
[io.github.rezaiyan/levelprogressbar "1.0.3"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
androidx.appcompat » appcompat jar 1.2.0

Модули Проекта

Данный проект не имеет модулей.

LevelProgressBar

A Custom View With Circular Progress | Segmented & Continuous |

Download Android Arsenal Build Status License

Installation

Add the dependency to your app build.gradle file:

implementation "io.github.rezaiyan:levelprogressbar:1.0.3"

Usage

Add LevelProgressBar:

<ir.alirezaiyan.progressbar.LevelProgressBar
                android:id="@+id/p1"
                android:layout_width="250dp"
                android:layout_height="250dp"
                android:layout_centerHorizontal="true"
                android:layout_marginTop="20dp"
                app:spb_background_color="@color/colorAccent"
                app:spb_is_enable="true"
                app:spb_is_step_progress="true"
                app:spb_level="level6"
                app:spb_stroke_with="10"
                app:spb_src="@drawable/ic_level"
                app:spb_text_level_color="#fff"
                app:spb_text_title_color="#040504"
                app:spb_unprogress_color="#E6E6E6"/>


License

Copyright 2020 alirezaiyann@gmail.com

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.

Версии библиотеки

Версия
1.0.3