File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
java/com/gigamole/navigationtabstrip
src/main/java/com/gigamole/library/navigationtabstrip Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030Or Gradle Maven Central:
3131
3232``` groovy
33- compile 'com.github.devlight.navigationtabstrip:library:1.0.0 '
33+ compile 'com.github.devlight.navigationtabstrip:library:1.0.1 '
3434```
3535
3636Or Maven:
@@ -39,7 +39,7 @@ Or Maven:
3939<dependency>
4040 <groupId>com.github.devlight.navigationtabstrip</groupId>
4141 <artifactId>library</artifactId>
42- <version>1.0.0 </version>
42+ <version>1.0.1 </version>
4343 <type>aar</type>
4444</dependency>
4545```
Original file line number Diff line number Diff line change 77import android .view .View ;
88import android .view .ViewGroup ;
99
10- import com .gigamole .library .NavigationTabStrip ;
10+ import com .gigamole .library .navigationtabstrip . NavigationTabStrip ;
1111
1212/**
1313 * Created by GIGAMOLE on 28.03.2016.
Original file line number Diff line number Diff line change 2525 android : paddingRight =" 30dp"
2626 android : paddingStart =" 30dp" >
2727
28- <com .gigamole.library.NavigationTabStrip
28+ <com .gigamole.library.navigationtabstrip. NavigationTabStrip
2929 android : id =" @+id/nts_top"
3030 android : layout_width =" match_parent"
3131 android : layout_height =" 56dp"
5353 android : layout_marginTop =" 18dp"
5454 android : background =" #182128" />
5555
56- <com .gigamole.library.NavigationTabStrip
56+ <com .gigamole.library.navigationtabstrip. NavigationTabStrip
5757 android : id =" @+id/nts_center"
5858 android : layout_width =" match_parent"
5959 android : layout_height =" 42dp"
8585 android : paddingRight =" 30dp"
8686 android : paddingStart =" 30dp" >
8787
88- <com .gigamole.library.NavigationTabStrip
88+ <com .gigamole.library.navigationtabstrip. NavigationTabStrip
8989 android : id =" @+id/nts_bottom"
9090 android : layout_width =" match_parent"
9191 android : layout_height =" 50dp"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: "com.jfrog.bintray"
1919apply plugin : ' com.github.dcendents.android-maven'
2020apply plugin : ' maven'
2121
22- version = " 1.0.0 "
22+ version = " 1.0.1 "
2323
2424android {
2525 compileSdkVersion 23
@@ -29,7 +29,7 @@ android {
2929 minSdkVersion 11
3030 targetSdkVersion 23
3131 versionCode 1
32- versionName " 1.0.0 "
32+ versionName " 1.0.1 "
3333 }
3434 buildTypes {
3535 release {
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .gigamole .library ;
17+ package com .gigamole .library . navigationtabstrip ;
1818
1919import android .animation .Animator ;
2020import android .animation .ArgbEvaluator ;
4040import android .view .animation .LinearInterpolator ;
4141import android .widget .Scroller ;
4242
43+ import com .gigamole .library .R ;
44+
4345import java .lang .reflect .Field ;
4446import java .util .Arrays ;
4547import java .util .Random ;
You can’t perform that action at this time.
0 commit comments