iOS Question Button with image/icon and text aligned correctly

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone,
I'm trying to achieve this result for a button

Schermata 2023-02-02 alle 17.42.32.png


  1. I tried by using ButtonAttributeText and MaterialIcons but the result is this
    1675356340124.png

    arrow and text should be horizontally aligned... (bigger is the MaterialIcon character, and more evident the offset became)



  2. So I tried using an image in the attributetext using this script by @Erel but this is the result
    1675356759573.png

    still not horizontally centered, and also blurry (I used LoadBitmapResize)

What should I do in this case to achieve that result?
Thanks in advance
 
Top