Android StepsView

Android Steps view widget

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.anton46
Идентификатор

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

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

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

0.0.2
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android StepsView
Android Steps view widget
Ссылка на сайт

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

https://github.com/anton46/Android-StepsView
Система контроля версий

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

https://github.com/anton46/Android-StepsView

Скачать stepsview

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » appcompat-v7 jar 22.2.0

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

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

Android-StepsView

Maven Central Android Arsenal

Example image Example image

Usage

Gradle

compile 'com.anton46:stepsview:0.0.2'

Maven

<dependency>
    <groupId>com.anton46</groupId>
    <artifactId>stepsview</artifactId>
    <version>0.0.2</version>
</dependency>
 <com.anton46.stepsview.StepsView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@+id/stepsView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        />
mStepsView.setLabels(steps)
        .setBarColorIndicator(getContext().getResources().getColor(R.color.material_blue_grey_800))
        .setProgressColorIndicator(getContext().getResources().getColor(R.color.orange))
        .setLabelColorIndicator(getContext().getResources().getColor(R.color.orange))
        .setCompletedPosition(0)
        .drawView();

Developed by

License

Copyright 2015 Anton Nurdin Tuhadiansyah

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.

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

Версия
0.0.2
0.0.1