B4A Library Chrome Custom Tabs - Multiverse app (first post)    Mar 22, 2017 .CustomTabsIntent$Builder.<init>(CustomTabsIntent.java:202)
at smm.customtabs.CustomTabs._initialize(CustomTabs.java:71)
at smm.customtabs.CustomTabs.Initialize(CustomTabs.java:47... B4A Library DesignSupport - Additional Material Design components - corwin42 (first post)    Jan 14, 2016 TabIssues example
You use a custom view for the tabs so you have to manually change the icon for this view with the XmlViewEx methods. See the CustomTabs example.
XmlViewEx.SetXmlViewImage... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI Update: As several other libraries depend on xCustomListView library, it is no longer recommended... xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features of the original CustomListView and it is compatible with B4A, B4J and B4i. https://www.b4x.com.../basic4android/images/SS-2017-12-27_16.20.44.png This class replaces the platform specific CustomListView... #${i}"$) Don't use the source code. Use the preinstalled xCustomListView library instead... B4A Library UltimateWebView Custom View - Ivica Golubovic    Jan 1, 2024   (55 reactions) " /> ) UltimateWebView is a Custom View Library and it is possible to add a View through....b4x.com/android/forum/threads/ultimatewebview-custom-view.135666/post-859400 UltimateWebView Author.../ultimatewebview-custom-view.135666/post-860033 UltimateWebView Author: Ivica Golubovic Version: 1.5 Changes: Visit this post: https://www.b4x.com/android/forum/threads/ultimatewebview-custom-view... description: https://www.b4x.com/android/forum/threads/ultimatewebview-custom-view.135666/post-864977... B4A Library [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh - Erel    Mar 2, 2025   (48 reactions)   tags: CLVSwipe, CLVSwipe - CustomListView, xuiCLV, xclv swipe pull, clv, myapp CLVSwipe is a class that adds "swipe actions" and pull to refresh features to the standard xCustomListView library. It is compatible with B4A and B4i (currently not with B4J). Both features are optional. 295327727 Using it is simple: 1. Add the class to your project. It depends on XUI, xCustomListView and ViewsEx v1.30+. 2. Initialize Swipe and pass the CustomListView. 3. In...: CustomListView1.AddTextItem($"Important item ${i} ..."$, Swipe.CreateItemValue("", Array... B4A Library [B4X] PreoptimizedCLV - Lazy loading extension for xCustomListView - Erel    Aug 28, 2025   (44 reactions) This is a cross platform class that extends xCustomListView and makes it "lazier".
Lazy.... It is simplest to implement and the easiest one to customize. This method is good for up to several hundred... Globals
Private CustomListView1 As CustomListView
Private PCLV As PreoptimizedCLV
Private...)
Activity.LoadLayout("1")
PCLV.Initialize(Me, "PCLV", CustomListView1)
Dim... B4A Library [B4X] [XUI] AS SegmentedTab - Alexander Stolte    Mar 19, 2025   (57 reactions)
106906
NEW PaddingSelectionPanel - Picture Value: 5
114351
NEW ShowSeperators
114716
Custom Tab Width Example
147333
https://www.b4x.com/android/forum/threads/b4x-as-segmentedtab-custom-tab-width... B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware] - Alexander Stolte    Jun 4, 2025   (20 reactions) -on-aswheelpickeradvanced.141588/ B4j: jXUI,jBitmapCreator,jReflection,xCustomListView,XUI Views B4a: XUi,BitmapCreator,Reflection,xCustomListView,XUI Views B4i: iXUI,iBitmapCreator,xCustomListView,XUI Views... the first wheel, then set the index to -1 seperators can display text seperators can be customized... - gets the xCustomListView for a column 3.04 (read more) Add Event CustomDrawItemChange 3.05... RefreshCustomDraw - Triggers the CustomDrawEvent Dont forget a Sleep(0) before you call this function 3.20... B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView - Alexander Stolte    Sep 18, 2024   (51 reactions) ,JavaObject,jPager,jReflection B4a: XUi,Reflection,xCustomListView B4i: iXUI,xCustomListView... getCustomListView As b4a.example3.customlistview getisScrollEnabled As Boolean Checks if... As Int CurrentIndex2 sets the current index - jumps to the item CustomListView As b4a.example3....08 Add Tag Property https://www.b4x.com/android/forum/threads/b4x-how-to-get-custom-view-here-from... BugFix xCustomListview Top was always 0 1.09 B4I BugFixes for Release Mode - swiping is now better 1... B4A Library [B4X] [XUI] AS TabMenuAdvanced - Alexander Stolte    Apr 25, 2024   (39 reactions) remains the color of the icon
Default: True
1.09
Add Event CustomDrawTab - This ensures that whenever a tab is refreshed, your custom code is also applied
1.10
BugFix
1.11
Badge optimizations... Page: 1   2   3   4   5   6   7   |