My idea is to display a button with text and with two different colors. Like status bar.
Is possible? Like below image

My idea is to display a button with text and with two different colors. Like status bar.
Is possible? Like below image
@usaman45 the gradient option for button fill is not available yet.. alternative could be create an image with gradient background and place a transparent fill button with text as you like.. again not a perfect solution.. but then make sure to keep x y co-ordinates of image and button aligned with each other..
another solution could be create two label controls..place them side by side and with each one having their own fill color.. and then place the transparent button with text as you said on top of these label controls.. again make sure to align these control appropriately..