B4A Library [Lib] Compact ActionBar - NJDude    Sep 18, 2017   (14 reactions) 'Initialize the library
Dim ActionBar As CustomCompactActionBar
'Create the ActionBar
ActionBar.Initialize(Activity, Me, "Manager", "", "", Colors.ARGB(255, 20, 20, 20), Colors.ARGB(255, 160, 160, 160), True, True, True)
'Add some ActionButtons
'NOTE: The action buttons SUPPORTS ONLY GRAPHICS.
Act B4A Library [B4X][XUI] xImageSliderIG - Instagram style image and video slider - Biswajit    Dec 25, 2020   (30 reactions) Update 1.22: Fixed a crashing issue while using as a single slider with no ActionBar.
Update 2.00:
Fix item scaling issue
Support video playback both local and remote (uri/dash/hls/smoothstream)
Auto-pause while going offscreen
Auto-resume while visible 85%
Autoplay and start muted video
Hide/Show B4A Library StdActionBar - Another ActionBar library - Erel    Jan 03, 2021   (19 reactions) StdActionBar (Standard ActionBar) library is based on the native ActionBar API, therefore it is only supported by Android 4+.
StdActionBar / StdViewPager tutorial: ActionBar / Sliding Pages tutorial
The share of Android 2.x devices is dropping and currently (January 2014) it is only 24%.
This lib B4A Library [B4X] [XUI] XQ TitleBar - fat32    Mar 28, 2024   (7 reactions) A simple view, that is used as a Title/Action Bar, with icons and adjustable title. Features: Up to 5 icons on the right side Left/Burger icon (visible or not) Change background and text color Each element (burger, title, icons) has each own click event Title label adjusts its width, depending the B4A Library AppCompat - Make Material Design apps compatible with older Android versions - corwin42    Aug 18, 2019   (69 reactions) (The view needs to have a minimum width of 56dip to work properly. This seems to be a bug and hopefully will change in later versions of the AppCompat library)
New object ACActionModeWrapper - Change ActionBar/Toolbar to an ActionMode ActionBar. Mostly used for multiselect lists.
New object ACMenu - B4A Library dgActionBar - yet another ActionBar - udg    Aug 29, 2017   (7 reactions) Hi all,
I'm proud to publish dgActionBar, a very flexible action bar.
Do we really need another AB? Well, considering what's already available maybe not. But I needed a way to integrate my dgPickers lib with an action bar, so I folded my sleeves and went to work.
I liked vey much NJDude's Compact B4A Library GSContextMenu v1.0 - lonleystar    Jan 17, 2017   (14 reactions) ActionBarSubtitle As CharSequence
Set subtitle.
ActionBarSubtitleColor As Object
Set subtitle color.
ActionBarSubtitleSize As Object
Set subtitle size.
Example:
ActionBarSubtitleSize ="10px" - "10dp" - "10dip" - "10sp"
or
ActionBarSubtitleSize = 10 - 10dip
ActionBarTitle As CharSequence
Set titl B4A Library [Moved] xImageSliderIG - Brandsum (first post)    Oct 14, 2019   (1 reaction) From designer add ACToolbar from custom view list.
Check this https://www.b4x.-design-3-using-a-toolbar-as-actionbar.49053/ B4A Library corwin42 - Libraries Overview - corwin42    Feb 27, 2017   (37 reactions) StdActionBarHelper library - Utiliy functions for the standard Android ActionBar AppCompat library - Make Material Design apps compatible with older Android versions DesignSupport library - Additional Material Design elements AHPreferenceActivity library - Library for creating Preference screens Flo B4A Library [B4X] [XUI] AS RatingBar - Alexander Stolte    Dec 09, 2024   (28 reactions) 9369593696
93697
ASRatingBar
Author: Alexander Stolte
Version: 1.03
ASRatingBar
Events:
RatingChange (rating As Int)
RatingChanged (rating As Int)
Functions:
Class_Globals As String
DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
Base type must be Object
FontToBitmap Page: 1   2   3   4   5   6   7   Powered by ColBERT |