You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**exb_itemStyle**| enum: normal, outline, stroke | controls the style of items. **normal** = items are filled with solid color; **outline** = no fill, only border; **stroke** = fill + border |
177
-
|**exb_itemBackgroundOpacity**| float | item background opacity (important: final color alpha calculates by next formulae alpha = opacity * 255) |
178
-
|**exb_item_vertical_margin**| dimen | top & bottom item margins |
179
-
|**exb_item_horizontal_margin**| dimen | left & right item margins |
180
-
|**exb_item_vertical_padding**| dimen | top & bottom item padding |
181
-
|**exb_item_horizontal_padding**| dimen | left & right item padding |
182
-
|**exb_items**| reference | xml supported menu format |
183
-
|**exb_notificationBadgeBackgroundColor**| color | notification badge background color. **Will be applied to all menu items**|
184
-
|**exb_notificationBadgeTextColor**| color | notification badge text color. **Will be applied to all menu items**|
|**exb_itemStyle**| enum: normal, outline, stroke | controls the style of items. **normal** = items are filled with solid color; **outline** = no fill, only border; **stroke** = fill + border |
177
+
|**exb_itemBackgroundOpacity**| float | item background opacity (important: final color alpha calculates by next formulae alpha = opacity * 255)|
178
+
|**exb_item_vertical_margin**| dimen | top & bottom item margins|
179
+
|**exb_item_horizontal_margin**| dimen | left & right item margins|
180
+
|**exb_item_vertical_padding**| dimen | top & bottom item padding|
181
+
|**exb_item_horizontal_padding**| dimen | left & right item padding|
182
+
|**exb_items**| reference | xml supported menu format|
183
+
|**exb_notificationBadgeBackgroundColor**| color | notification badge background color. **Will be applied to all menu items**|
184
+
|**exb_notificationBadgeTextColor**| color | notification badge text color. **Will be applied to all menu items**|
185
185
186
186
## Notification badges
187
187
@@ -220,13 +220,12 @@ But... if you need to support hiding the menu by list/grid scroll - then you are
220
220
This functionality is very simple to implement. You need to redeclare custom `Coordinator Layout Behavoir` to `ExpandableBottomBarScrollableBehavior`.
0 commit comments