Skip to content

Commit c4b426e

Browse files
committed
new version
1 parent 9479100 commit c4b426e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dependencies {
7777
### SearchViewDialog
7878
Dialog with **1 Title, 1 Content, 1 EditText, 1 RecyclerView, 1 Negative Button, 1 Positive Button**. You can choise `Single Item Select` or `Multi Item Select`. The difference is only in `callback` function.
7979
- **Content Item** there is 3 type of is that you can sent to this dialog.
80+
8081
**Type 1**
8182
```java
8283
String[] arrayString = {"M", "Fadli", "Zein"};
@@ -153,7 +154,7 @@ new SearchViewDialog<ExampleModel>(getSupportFragmentManager())
153154
}
154155
});
155156
```
156-
157+
#
157158
- **Single Item Select**. Use `onOkPressedCallBackSingle` to enable `Single Select Item`.
158159
**Code** :
159160
```java
@@ -181,7 +182,7 @@ new SearchViewDialog<String>(getSupportFragmentManager())
181182
})
182183
.show();
183184
```
184-
185+
#
185186
- **Multi Item Select**. Use `onOkPressedCallBackMulti` to enable `Multi Select Item`.
186187
**Code** :
187188
```java

0 commit comments

Comments
 (0)