File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 2.4 * (In Development)*
5
+ ------------------------------
6
+
7
+ * Support ` android:background ` attribute on ` Canvas ` -based views.
8
+ * Title indicator allows for drawing its line, underline, and/or triangle on
9
+ top of the titles for placement underneath a ` ViewPager ` .
10
+ * Fix: Do not attempt to change the ` ViewPager ` page when a motion is
11
+ cancelled.
12
+ * Fix: Long titles no longer overlap when swiping to the right.
13
+
14
+
4
15
Version 2.3.1 * (2012-05-19)*
5
16
----------------------------
6
17
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.viewpagerindicator</groupId >
12
12
<artifactId >parent</artifactId >
13
- <version >2.3.2 -SNAPSHOT</version >
13
+ <version >2.4.0 -SNAPSHOT</version >
14
14
<relativePath >../pom.xml</relativePath >
15
15
</parent >
16
16
Original file line number Diff line number Diff line change 12
12
<groupId >com.viewpagerindicator</groupId >
13
13
<artifactId >parent</artifactId >
14
14
<packaging >pom</packaging >
15
- <version >2.3.2 -SNAPSHOT</version >
15
+ <version >2.4.0 -SNAPSHOT</version >
16
16
17
17
<name >Android-ViewPagerIndicator (Parent)</name >
18
18
<description >Android library for.</description >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.viewpagerindicator</groupId >
12
12
<artifactId >parent</artifactId >
13
- <version >2.3.2 -SNAPSHOT</version >
13
+ <version >2.4.0 -SNAPSHOT</version >
14
14
<relativePath >../pom.xml</relativePath >
15
15
</parent >
16
16
You can’t perform that action at this time.
0 commit comments