diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 590988c..e637d93 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -18,59 +18,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + true + + + + + + + + true + + + + + + + + + + @@ -378,7 +375,14 @@ @@ -390,9 +394,14 @@ + @@ -407,36 +416,44 @@ - + - - + + - - + + - - + + - - + + - + + + + + + + + + diff --git a/README.md b/README.md index a49e085..c303d95 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple way to implement Material Design Tabs. Add this dependecy from jCenter: ``` groovy -compile 'com.gustavofao:MaterialTabs:1.3.1' +implementation 'com.gustavofao:MaterialTabs:1.3.2' ``` ## USAGE @@ -19,7 +19,7 @@ To use this lib, you have to add the tab host and a ViewPager on your layout: android:layout_below="@+id/toolbar" android:background="?attr/colorPrimary"/> -