How Do I Display "android Backspace" - ⌫ In Label
I have a Xamarin application with a Label which is Bound like so:
Solution 1:
You'll need to change your label's font to a font which contains backspace as glyphicon.
You'll need two things:
- Appropriate font. Probably Noto Sans Symbols https://www.google.com/get/noto/#sans-zsym. ⌫ symbol
- Label renderer which allows custom fonts. See here: https://github.com/XLabs/Xamarin-Forms-Labs/wiki/ExtendedLabel
This Xamarin link will provide more infomation on working with Fonts
Post a Comment for "How Do I Display "android Backspace" - ⌫ In Label"