Coder Social home page Coder Social logo

tortuvshin / progressbar Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 2.0 138 KB

:octocat: Android material progressbar library Kotlin

Home Page: https://dev.mn

License: MIT License

Kotlin 100.00%
android kotlin android-library kotlin-android progress-bar

progressbar's Introduction

Progressbar

Android material progressbar library

How to include

With gradle: edit your build.gradle:

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    compile 'com.github.techstar-cloud:progressbar:1.0.2'
}

Or declare it into your pom.xml:

<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
    <groupId>com.github.techstar-cloud</groupId>
    <artifactId>progressbar</artifactId>
    <version>1.0.2</version>
</dependency>

How to use

Basic Usage

@Override 
public void onCreate(Bundle savedInstanceState) {
  ...
  TSProgressBar prgLoading = (TSProgressBar) rootView.findViewById(R.id.prgLoading);
}
<cloud.techstar.progressbar.TSProgressBar
    android:layout_width="64dp"
    android:layout_height="64dp"
    app:thickness="@dimen/default_thickness"
    app:inner_padding="@dimen/default_inner_padding"
    app:inner_color="@color/colorPrimary"
    app:outer_color="@color/colorPrimaryDark"
    android:id="@+id/prgLoading"
    android:layout_centerInParent="true"/>

progressbar's People

Contributors

tortuvshin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.