Skip to content

ArchitectAK/ResiableTabLayout-Android

Repository files navigation

ResiableTabLayout-Android

Add dependency to your project

  • if maven project

          <dependency>
            <groupId>com.cogitator.resizabletabs</groupId>
            <artifactId>resizabletabs</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
          </dependency> 
    
  • if gradle project, add to app level build.gradle file

      implementation 'com.cogitator.resizabletabs:resizabletabs:1.0.0'
    

That's it. You are ready to rock.

See How it looks like

Contact - Let's connect to learn together

License

Copyright 2018 Ankit Kumar

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.

About

An Android library to allow to add animated resizable tabs to your apps easily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published