Skip to content

omar67/my.toolbar.library

Repository files navigation

My_Toolbar_Library

This is a simple library which contains a custom toolbar and constraint layout that provide a modern look. The library colors changes based on the application primary color and on primary color.

A simple example is provided to examine the library features

How to use

To use this library you need to follow the simple instruction:

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

  dependencies {
      ...
      implementation 'com.github.omar67.My_Toolbar_Library:modern-container:1.0.3'

    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages