I am trying to design a search bar in conformity with Material Design 3 using Taifun Textbox Extension that allows to include the icon/background as one image.
Yet I do not know how to set the cursor at the beginning but after the icon (adding some pixels). The problem is that now when the user enters the search term, it starts writing on the icon image. How to correct this?
Another issue seems to be that the image only appears when building the apk, but not during testing with the companion. Is there a possibility to test the background image also during testing with the companion?
Code:
AIA: aia
Thanks!