Skip to content

Commit

Permalink
update to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manumaticx committed Jul 12, 2017
1 parent 407832d commit ae5047b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
![](https://raw.githubusercontent.com/ricardoalcocer/actionbarextras/master/documentation/header.png)

# ActionBarExtras
[![gittio](http://img.shields.io/badge/gittio-1.7.2-00B4CC.svg)](http://gitt.io/component/com.alcoapps.actionbarextras)
[![gittio](http://img.shields.io/badge/gittio-1.7.3-00B4CC.svg)](http://gitt.io/component/com.alcoapps.actionbarextras)
[![License](http://img.shields.io/badge/license-MIT-orange.svg)](http://mit-license.org)
[![issues](http://img.shields.io/github/issues/ricardoalcocer/actionbarextras.svg)](https://github.com/ricardoalcocer/actionbarextras/issues)

Expand Down
Binary file modified dist/actionbarextras.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/index.md
Expand Up @@ -207,7 +207,7 @@ You can style an [SearchView](http://docs.appcelerator.com/titanium/latest/#!/ap
* `hintColor` _(String)_ - changes the hint color of the search view
* `line` _(String)_ - image path to replace the line drawable used by the search view
* `cancelIcon` _(String)_ - image path to use a custom close icon
* `searchIcon` _(String)_ - image path to use a custom magnifier icon
* `searchIcon` _(String)_ - image path to use a custom magnifier icon (or `null` to remove it)
* `maxWidth` _(int)_ - set width of search view. Use `Number.MAX_VALUE` to fill the whole action bar

An example of how to use this is included in the [example app](https://github.com/ricardoalcocer/actionbarextras/blob/master/example/Resources/app.js).
Expand Down
2 changes: 1 addition & 1 deletion manifest
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.7.2
version: 1.7.3
apiversion: 3
description: Allows to set extra properties on the ActionBar
author: Ricardo Alcocer
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "actionbarextras",
"id": "com.alcoapps.actionbarextras",
"version": "1.7.2",
"version": "1.7.3",
"description": "Allows to set extra properties on the ActionBar",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit ae5047b

Please sign in to comment.