Skip to content

Commit 7284527

Browse files
committed
2 parents c4a3168 + fed9056 commit 7284527

File tree

1 file changed

+24
-28
lines changed

1 file changed

+24
-28
lines changed

README.md

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@ The best Android spinner library for your android application with more customiz
2020
* smsp_searchHeaderTextColor: For changing header text color
2121
* smsp_searchHeaderBackgroundColor: For changing header background color
2222
* smsp_searchHint: To set query text hint
23+
### Spinner item
24+
* smsp_itemSize
25+
* smsp_itemColor
26+
2327
### Hint Label
28+
* smsp_hint
29+
* smsp_hintSize
30+
* smsp_hintColor
31+
* smsp_itemListHintColor
32+
* smsp_itemListHintBackgroundColor
2433

2534

2635
### Floating Label
@@ -35,6 +44,7 @@ The best Android spinner library for your android application with more customiz
3544
* smsp_errorTextSize: For changing error text size
3645
* smsp_errorTextColor: for changing error text color
3746
* smsp_multilineError: Default is false. Update it to show as single line or multiple line
47+
* smsp_errorTextAlignment: Align error text to left, center or right
3848
### Color customization to:
3949
* Item text color (smsp_itemColor)
4050
* Hint color (smsp_hintColor)
@@ -46,26 +56,32 @@ The best Android spinner library for your android application with more customiz
4656
* Arrow or selector color (smsp_arrowColor)
4757
* Underline color (smsp_underlineColor)
4858
### Empty dropdown clickable
49-
### Typeface (smsp_typeface)
50-
### Base color and highlight color
59+
* In case if you want to design view with empty spinner and apply click event and here it is.
60+
### Underline
61+
* smsp_underlineSize
62+
* smsp_underlineColor
63+
### Re-selectable feature
64+
* smsp_isReSelectable: Allow re-selectable for current selected item. By default it is false
65+
### RTL (Right To Left) feature
66+
* smsp_isRtl: To change position of view from right to left or left to right. I will update more on it.
5167

5268
## Screenshot Demo
5369

5470
<table border="0">
5571
<tr>
5672
<td>
5773
<a target="_blank">
58-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/search_home.JPEG" alt="Play Store" width="250" >
74+
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_home.jpg" alt="SmartMaterialSpinner" width="250" >
5975
</a>
6076
</td>
6177
<td>
6278
<a target="_blank">
63-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/search_1.JPEG" alt="Play Store" width="250">
79+
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/search_1.jpg" alt="SmartMaterialSpinner" width="250">
6480
</a>
6581
</td>
6682
<td>
6783
<a target="_blank">
68-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/search_2.JPEG" alt="Play Store" width="250">
84+
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_dropdown.jpg" alt="SmartMaterialSpinner" width="250">
6985
</a>
7086
</td>
7187
</tr>
@@ -76,37 +92,17 @@ The best Android spinner library for your android application with more customiz
7692
<tr>
7793
<td>
7894
<a target="_blank">
79-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/search_3.JPEG" alt="Play Store" width="250">
95+
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_dropdown_no_hint.JPEG" alt="SmartMaterialSpinner" width="250">
8096
</a>
8197
</td>
8298
<td>
8399
<a target="_blank">
84-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/search_4.JPEG" alt="Play Store" width="250">
100+
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_dialog.jpg" alt="SmartMaterialSpinner" width="250">
85101
</a>
86102
</td>
87103
<td>
88104
<a target="_blank">
89-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_dropdown.JPEG" alt="Play Store" width="250">
90-
</a>
91-
</td>
92-
</tr>
93-
</table>
94-
95-
<table border="0">
96-
<tr>
97-
<td>
98-
<a target="_blank">
99-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_dropdown_no_hint.JPEG" alt="Play Store" width="250">
100-
</a>
101-
</td>
102-
<td>
103-
<a target="_blank">
104-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_dialog.JPEG" alt="Play Store" width="250">
105-
</a>
106-
</td>
107-
<td>
108-
<a target="_blank">
109-
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_custom_color.JPEG" alt="Play Store" width="250">
105+
<img src="https://github.com/Chivorns/Resources/blob/master/smsp/smsp_custom_color.jpg" alt="SmartMaterialSpinner" width="250">
110106
</a>
111107
</td>
112108
</tr>

0 commit comments

Comments
 (0)