Android Question Customize B4xSearchfield?

Erel

B4X founder
Staff member
Licensed User
Longtime User


B4X:
Sub SetLightTheme
   Dialog.TitleBarColor = 0xFF0092BB
   Dialog.TitleBarHeight = 50dip
   Dim TextColor As Int = 0xFF5B5B5B
   Dialog.BackgroundColor = XUI.Color_White
   Dialog.ButtonsColor = XUI.Color_White
   Dialog.ButtonsTextColor = Dialog.TitleBarColor
   Dialog.BorderColor = XUI.Color_Transparent
   SearchTemplate.SearchField.TextField.TextColor = TextColor
   SearchTemplate.CustomListView1.DefaultTextBackgroundColor = XUI.Color_White
   SearchTemplate.CustomListView1.DefaultTextColor = TextColor
   SearchTemplate.CustomListView1.sv.ScrollViewInnerPanel.Color = 0xFF9C9C9C
   SearchTemplate.ItemHightlightColor = 0xFF00C5FF
End Sub
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…