Hi guys,
I have follow the sample from this thread
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
Sample can run OK, but when tried to add an icon to sidebar which these codes
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
The item is displayed but the icon didn't.
Is this normal or there is something wrong with my codes?
			
			I have follow the sample from this thread
[ABMaterial/ABMServer] Mini Template for absolute beginners (update 2024/05/17)
Hi all,  Since the lockdown everywhere, a lot of B4X users seem to want to learn ABM to make WebApps in B4J. That is great!  :)  However, some seem to struggle a lot to get started. I understand, as even opening up the template can be quite overwhelming with those Cache, Root, Page etc classes...
				Sample can run OK, but when tried to add an icon to sidebar which these codes
			
				B4X:
			
		
		
		Sub ConnectNavigationBar(page As ABMPage) 'ignore
    ' Clear the dummies we created in BuildNavigationBar
    page.NavigationBar.Clear
    
    ' add the menus to your sidebar
    ' examples
    page.NavigationBar.AddSideBarItem( "About", "About", "mdi-action-dashboard", "../ABMPageTemplate")
        
    page.NavigationBar.Refresh ' IMPORTANT
End Sub
	The item is displayed but the icon didn't.
Is this normal or there is something wrong with my codes?