Skip to content

adityakamble49/loading-views

Repository files navigation

Loading Views

Build Status Download Say Thanks!

Download

dependencies {
  implementation 'com.adityakamble49.loadingviews:loadingviews:0.3.1'
}

Usage

<com.adityakamble49.loadingviews.CCircles
        android:layout_width="100dp"
        android:layout_height="100dp"
        app:circle1Color="#566cc1"
        app:circle2Color="#c6d4d1" />

Refer sample module for library usage

Changelog

Read changes in release tab

Development

Prerequisites

  • Android Studio 3.1 or above
  • Android Device with USB Debugging Enabled

Built With

  • Android Studio - The Official IDE for Android
  • Gradle - Build tool for Android Studio
  • Kotlin - Official Language for Android Development

Contributing

Please read CONTRIBUTING.md for contributions.

Proudly 💪 made in Kotlin

License


Copyright 2018 Aditya Kamble

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.