File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,16 @@ Step 2. Add the dependency
29
29
30
30
# Usage
31
31
``` xml
32
- <pl .utkala.searchablespinner.SearchableSpinner
33
- android : layout_width =" wrap_content"
34
- android : layout_height =" wrap_content"
35
32
36
- app : closeText =" Zamknij"
37
- app : dialogTitle =" Wybierz z listy" />
33
+ <pl .utkala.searchablespinner.SearchableSpinner android : layout_width =" wrap_content" android : layout_height =" wrap_content"
34
+
35
+ app : closeText =" Zamknij" app : dialogTitle =" Wybierz z listy" />
38
36
39
37
```
40
38
41
39
``` java
42
- searchableSpinner. setDialogTitle(" Wybierz z listy" );
43
- searchableSpinner. setDismissText(" Zamknij" );
40
+ searchableSpinner. setDialogTitle(" Wybierz z listy" );
41
+ searchableSpinner. setDismissText(" Zamknij" );
44
42
```
45
43
46
44
## Set hint for SearchableSpinner
@@ -93,10 +91,16 @@ searchableSpinner.setCustomDialogAdapter(T:ArrayList<*>)
93
91
```
94
92
95
93
# Changelog
96
- * ** 1.0.1**
97
- * Fix lost state after screen rotate
98
- * ** 1.0.0**
99
- * Initial Release
94
+
95
+ * ** 1.1.0**
96
+ * Add hint for spinner
97
+ * Add OnSearchableItem setter
98
+ * Add custom dialog background setter
99
+ * Add custom dialog adapter setter
100
+ * ** 1.0.1**
101
+ * Fix lost state after screen rotate
102
+ * ** 1.0.0**
103
+ * Initial Release
100
104
101
105
# License
102
106
You can’t perform that action at this time.
0 commit comments