B4A Library DesignSupport - Additional Material Design components - Anser (first post)    Mar 3, 2017 on the NavigationDrawer item, I use FontAwsome which comes along with lib MSMaterialDrawer ie MSIconicDrawable Lib... an Icon on the DSNavigationDrawer ie using MSIconicDrawable
'Define MSIconicDrawable Icon
Dim IconHome As MSIconicDrawable : IconHome.Initialize("gmd_home") : IconHome.Color = 0xff808080
'Then use the above MSIconicDrawable Icon to display on the NavDrawer
NavDrawer... B4A Library 2046 MaterialIcons in the Color you need - joneden (first post)    Nov 20, 2015   (1 reaction)   tags: Don Works MSIconicDrawable but just dropping a new ttf file into the folder doesn't open up the new icons for use... B4A Library MSMaterialMenu - Animating icons - Haris Hafeez (first post)    Jun 16, 2015 https://www.b4x.com/android/forum/threads/fontawesome.53990/
Thanks. But my question was how to use MSIconicDrawable to get a bitmap? This is in reference to using Icon Fonts instead of directly... B4A Library [Class] Flexible Table - joneden (first post)    Oct 15, 2015 either use a proper image or preferably simply use a MSIconicDrawable icon.
I'd also like to... B4A Library Floating Action Button - Anser (first post)    Jul 19, 2016 As MSIconicDrawable : p1.Initialize("gmd_menu") : p1.Color = 0xffffffff : p1.sizeDp(20)
FabMenu.Icon = p1.Drawable
FabMenu.Color = Colors.RGB(2,124,213)
FabMenu.ColorPressed = Colors... B4A Library [B4X] B4XGifView - Cross platform animated gif view - Erel    Jul 20, 2025   (51 reactions) project: https://github.com/koral--/android-gif-drawable
The two dependent aars are attached. Copy them... Drawable. It provides better performance. Note that the Activity_Resume method has been removed. Don... B4A Library VectorDrawables - DonManfred    Jul 10, 2016   (17 reactions) This is a small wrap to make the VectorDrawables from this github project available in b4a.
1676... you like.
VectorDrawables
Author: DonManfred (wrapper)
Version: 1
VectorDrawable
Methods:
Initialize... B4A Library ParsParticlesDrawable(ParticlesDrawable) - mshafiee110    Nov 26, 2019   (15 reactions) Hi ,it wraps this Github project.
Android Particles View.
Min API level 9.
I added to it touch event... B4A Library RippleDrawable - Informatix    Mar 10, 2017   (22 reactions) This library allows to create RippleDrawables (drawables that show a ripple effect in response to state changes) for API >= 21 with custom colors. You can assign these drawables to the background of any view.
In the following example, a RippleDrawable or a StateListDrawable is used depending... B4A Library [Moved] ShapeDrawable - Brandsum    May 11, 2020   (9 reactions) Moved to https://www.b4x.com/android/forum/threads/shapedrawable-clipped-rounded-rectangle-and-circle-shape.117635/... Page: 1   2   3   4   5   6   7   |