LucaMs Expert Licensed User Longtime User Oct 16, 2019 #2 https://www.b4x.com/android/forum/t...t-engine-bbcode-parser-rich-text-view.106207/ Upvote 0
mangojack Expert Licensed User Longtime User Oct 16, 2019 #3 Add a Label in the Designer ... Set its Horizontal Alignment to 'Left' then .... B4X: Dim b As Bitmap = LoadBitmapSample(File.DirAssets,"smiley.png",50dip, 50dip) Label1.SetBackgroundImage(b).Gravity = Gravity.Right Upvote 0
Add a Label in the Designer ... Set its Horizontal Alignment to 'Left' then .... B4X: Dim b As Bitmap = LoadBitmapSample(File.DirAssets,"smiley.png",50dip, 50dip) Label1.SetBackgroundImage(b).Gravity = Gravity.Right
Erel B4X founder Staff member Licensed User Longtime User Oct 16, 2019 #5 Or put an ImageView behind the label. Upvote 0