Skip to content

Commit

Permalink
[release] v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Apr 6, 2016
1 parent 9f0aef8 commit 05cae59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# FlipView

###### GMail like View & beyond - Master branch: v1.1.1 of 2016.04.06
###### GMail like View & beyond - Master branch: v1.1.1 of 2016.04.07

#### Concept
FlipView is a ViewGroup (FrameLayout) that is designed to display 2 views/layouts by flipping
Expand Down Expand Up @@ -103,7 +103,7 @@ Supported attributes with _default_ values:
- Stroke and background color on custom Drawable should be preset by the user: too complex to determine the type of the Drawable used in order to change its color.

# Change Log
###### v1.1.1 - 2016.04.06
###### v1.1.1 - 2016.04.07
- Added support to enable/disable flipping programmatically. Overridden `setClickable()` and `setEnabled()` [See #8].
- Adapted demo App to show how to make clickable/enabled/disabled the view.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
//Library
libraryCode = 3
libraryVersion = '1.1.1'
libraryDate = " of 2016.04.06"
libraryDate = " of 2016.04.07"
libraryName = 'FlipView'
libraryDescription = 'Flipping views like GMail & beyond'

Expand Down

0 comments on commit 05cae59

Please sign in to comment.