@@ -20,7 +20,16 @@ The best Android spinner library for your android application with more customiz
20
20
* smsp_searchHeaderTextColor: For changing header text color
21
21
* smsp_searchHeaderBackgroundColor: For changing header background color
22
22
* smsp_searchHint: To set query text hint
23
+ ### Spinner item
24
+ * smsp_itemSize
25
+ * smsp_itemColor
26
+
23
27
### Hint Label
28
+ * smsp_hint
29
+ * smsp_hintSize
30
+ * smsp_hintColor
31
+ * smsp_itemListHintColor
32
+ * smsp_itemListHintBackgroundColor
24
33
25
34
26
35
### Floating Label
@@ -35,6 +44,7 @@ The best Android spinner library for your android application with more customiz
35
44
* smsp_errorTextSize: For changing error text size
36
45
* smsp_errorTextColor: for changing error text color
37
46
* 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
38
48
### Color customization to:
39
49
* Item text color (smsp_itemColor)
40
50
* Hint color (smsp_hintColor)
@@ -46,26 +56,32 @@ The best Android spinner library for your android application with more customiz
46
56
* Arrow or selector color (smsp_arrowColor)
47
57
* Underline color (smsp_underlineColor)
48
58
### 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.
51
67
52
68
## Screenshot Demo
53
69
54
70
<table border =" 0 " >
55
71
<tr >
56
72
<td>
57
73
<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" >
59
75
</a>
60
76
</td>
61
77
<td >
62
78
<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">
64
80
</a>
65
81
</td>
66
82
<td>
67
83
<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">
69
85
</a>
70
86
</td>
71
87
</tr >
@@ -76,37 +92,17 @@ The best Android spinner library for your android application with more customiz
76
92
<tr >
77
93
<td>
78
94
<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">
80
96
</a>
81
97
</td>
82
98
<td>
83
99
<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">
85
101
</a>
86
102
</td>
87
103
<td >
88
104
<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">
110
106
</a>
111
107
</td>
112
108
</tr >
0 commit comments