Skip to content

Commit

Permalink
Rename getters
Browse files Browse the repository at this point in the history
  • Loading branch information
mancj committed Nov 11, 2018
1 parent e808628 commit c69a4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ add the dependency to the the app level build.gradle file

```gradle
dependencies {
implementation 'com.github.mancj:MaterialSearchBar:0.8'
implementation 'com.github.mancj:MaterialSearchBar:0.8.1'
}
```
Expand Down
Expand Up @@ -890,11 +890,11 @@ public void addTextChangeListener(TextWatcher textWatcher) {
searchEdit.addTextChangedListener(textWatcher);
}

public EditText getSearchEdit() {
public EditText getSearchEditText() {
return searchEdit;
}

public TextView getPlaceHolder() {
public TextView getPlaceHolderView() {
return placeHolder;
}

Expand Down

0 comments on commit c69a4d5

Please sign in to comment.