File tree 13 files changed +15
-18
lines changed
java/com/gigamole/navigationtabstrip
androidTest/java/com/gigamole/library
java/com/gigamole/library
13 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-NavigationTabStrip-blue.svg?style=flat-square )] ( http://android-arsenal.com/details/1/3603 )
2
-
2
+ [ ![ Download ] ( https://api.bintray.com/packages/gigamole/maven/navigationtabstrip/images/download.svg ) ] ( https://bintray.com/gigamole/maven/navigationtabstrip/_latestVersion )
3
3
4
4
NavigationTabStrip
5
5
==================
@@ -25,23 +25,23 @@ dependencies {
25
25
url 'http://dl.bintray.com/gigamole/maven/'
26
26
}
27
27
}
28
- compile 'com.github.devlight.navigationtabstrip:library :+'
28
+ compile 'com.github.devlight.navigationtabstrip:navigationtabstrip :+'
29
29
}
30
30
```
31
31
32
32
Or Gradle Maven Central:
33
33
34
34
``` groovy
35
- compile 'com.github.devlight.navigationtabstrip:library :1.0.1 '
35
+ compile 'com.github.devlight.navigationtabstrip:navigationtabstrip :1.0.2 '
36
36
```
37
37
38
38
Or Maven:
39
39
40
40
``` groovy
41
41
<dependency>
42
42
<groupId>com.github.devlight.navigationtabstrip</groupId>
43
- <artifactId>library </artifactId>
44
- <version>1.0.1 </version>
43
+ <artifactId>navigationtabstrip </artifactId>
44
+ <version>1.0.2 </version>
45
45
<type>aar</type>
46
46
</dependency>
47
47
```
@@ -142,7 +142,7 @@ Other methods check out in sample.
142
142
And XML init:
143
143
144
144
``` xml
145
- <com .gigamole.library. navigationtabstrip.NavigationTabStrip
145
+ <com .gigamole.navigationtabstrip.NavigationTabStrip
146
146
android : layout_width =" match_parent"
147
147
android : layout_height =" 50dp"
148
148
app : nts_color =" #000"
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile project(' :library ' )
24
+ compile project(' :navigationtabstrip ' )
25
25
compile ' com.android.support:appcompat-v7:23.2.1'
26
26
}
Original file line number Diff line number Diff line change 7
7
import android .view .View ;
8
8
import android .view .ViewGroup ;
9
9
10
- import com .gigamole .library .navigationtabstrip . NavigationTabStrip ;
10
+ import com .gigamole .library .NavigationTabStrip ;
11
11
12
12
/**
13
13
* Created by GIGAMOLE on 28.03.2016.
Original file line number Diff line number Diff line change 25
25
android : paddingRight =" 30dp"
26
26
android : paddingStart =" 30dp" >
27
27
28
- <com .gigamole.library.navigationtabstrip. NavigationTabStrip
28
+ <com .gigamole.library.NavigationTabStrip
29
29
android : id =" @+id/nts_top"
30
30
android : layout_width =" match_parent"
31
31
android : layout_height =" 56dp"
53
53
android : layout_marginTop =" 18dp"
54
54
android : background =" #182128" />
55
55
56
- <com .gigamole.library.navigationtabstrip. NavigationTabStrip
56
+ <com .gigamole.library.NavigationTabStrip
57
57
android : id =" @+id/nts_center"
58
58
android : layout_width =" match_parent"
59
59
android : layout_height =" 42dp"
85
85
android : paddingRight =" 30dp"
86
86
android : paddingStart =" 30dp" >
87
87
88
- <com .gigamole.library.navigationtabstrip. NavigationTabStrip
88
+ <com .gigamole.library.NavigationTabStrip
89
89
android : id =" @+id/nts_bottom"
90
90
android : layout_width =" match_parent"
91
91
android : layout_height =" 50dp"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: "com.jfrog.bintray"
19
19
apply plugin : ' com.github.dcendents.android-maven'
20
20
apply plugin : ' maven'
21
21
22
- version = " 1.0.1 "
22
+ version = " 1.0.2 "
23
23
24
24
android {
25
25
compileSdkVersion 23
@@ -29,7 +29,7 @@ android {
29
29
minSdkVersion 11
30
30
targetSdkVersion 23
31
31
versionCode 1
32
- versionName " 1.0.1 "
32
+ versionName " 1.0.2 "
33
33
}
34
34
buildTypes {
35
35
release {
@@ -42,7 +42,6 @@ android {
42
42
dependencies {
43
43
compile fileTree(dir : ' libs' , include : [' *.jar' ])
44
44
compile ' com.android.support:appcompat-v7:23.1.0'
45
- compile ' org.jsoup:jsoup:+'
46
45
}
47
46
48
47
def siteUrl = ' https://github.com/DevLight-Mobile-Agency/NavigationTabStrip'
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .gigamole .library . navigationtabstrip ;
17
+ package com .gigamole .library ;
18
18
19
19
import android .animation .Animator ;
20
20
import android .animation .ArgbEvaluator ;
40
40
import android .view .animation .LinearInterpolator ;
41
41
import android .widget .Scroller ;
42
42
43
- import com .gigamole .library .R ;
44
-
45
43
import java .lang .reflect .Field ;
46
44
import java .util .Arrays ;
47
45
import java .util .Random ;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- include ' :app' , ' :library '
1
+ include ' :app' , ' :navigationtabstrip '
You can’t perform that action at this time.
0 commit comments