mcqueccu Expert Licensed User Longtime User Feb 27, 2018 #1 I am trying to add material icons to an app by code. I right click in the IDE and selected icon picker. But but when i search for the arrow upward and arrow downward they all give the same value below. B4X: Chr(0xE5D8)
I am trying to add material icons to an app by code. I right click in the IDE and selected icon picker. But but when i search for the arrow upward and arrow downward they all give the same value below. B4X: Chr(0xE5D8)
asales Expert Licensed User Longtime User Feb 27, 2018 #2 To me is not the same: downward = Chr(0xE5DB) upward = Chr(0xE5D8) Is B and 8 (eight)
Erel B4X founder Staff member Licensed User Longtime User Feb 28, 2018 #3 Click on the icon to copy the value to the clipboard. You never need to write it yourself.