| setSearchBackground(@ColorInt int searchBoxColor) | This method will set the background color for seach bar in CometChatListBase |
| setSearchCornerRadius(float searchBarRadius) | This method will set the corner radius for the search bar in CometChatListBase |
| setSearchTextColor(@ColorInt int color) | This method will set the text color for search bar in CometChatListBase |
| setSearchText(String text) | This method will set the text for search bar in CometChatListBase |
| setSearchPlaceholderText(String placeholder) | This method will set the place holder text in search bar |
| setSearchPlaceHolderColor | This method will set the place holder text color in search bar |
| setSearchTextFont(String fontName) | This method will set the font for search bar in CometChatListBase |
| setSearchBorderWidth(int width) | This method will set the border for search bar in CometChatListBase |
| setSearchBorderColor(@ColorInt int color) | This method will set the border color for the search bar in CometChatListBase |
| hideSearch(boolean IsSearchBoxVisible) | This method will hide/unhide the search bar as per boolean value |