Git Product home page Git Product logo

android-segmentedtab's Introduction

android-segmentedtab

Android Arsenal

An Android library that bring segmented control style to TabLayout.

Target platforms

  • API level 14 or later

Latest version

  • Version 1.0.0 (APR. 12, 2016)

Usage

In order to use the library, there are 3 different options:

1. Gradle dependency (recommended)

  • Add the following to your build.gradle:
repositories {
       jcenter()
}

dependencies {
      compile 'com.marlonmafra.android.widget:segmented-tab:1.0.0'
}

2. Maven

  • Add the following to your pom.xml:
<dependency>
     <groupId>com.marlon.android.widget</groupId>
     <artifactId>segmented-tab</artifactId>
     <version>1.0.0</version>
     <type>pom</type>
</dependency>

3. Ivy

<dependency org='com.marlonmafra.android.widget' name='segmented-tab' rev='1.0.0'/>

Sample usage

   <com.marlonmafra.android.widget.SegmentedTab
        android:id="@+id/segmentedTab"
        android:layout_width="match_parent"
        android:layout_height="60dp"
        android:layout_marginTop="20dp"
        app:tabSelectedColor="@color/colorPrimary"
        app:tabUnselectedColor="@android:color/white"
        app:titleColor="@color/test_tab"
        app:titleFontPath="fonts/roboto_regular.ttf" />

Customization

You can customize the component according with attributes shown below

Attribute Description
app:tabSelectedColor It is optional. But if you want to customize you must be definy a simple color
app:tabUnselectedColor It is optional. But if you want to customize you must be definy a simple color
app:titleColor It is optional. But if you want to customize you must to definy a ColorStateList
app:titleFontPath It is optional. But if you want to customize the font you must to set a path to the font file

License

Copyright (c) 2016 Marlon Mafra

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.

android-segmentedtab's People

Contributors

pucamafra avatar

Watchers

 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.