-2

As the image in the link, how can I adjust image and text side by side so it adjusts accordingly with varied screen sizes and the remaining text goes to next line? enter image description here

ADM
  • 20,406
  • 11
  • 52
  • 83
  • I'm not sure there is a general solution here, but you can certainly use a `LinearLayout` with a horizontal orientation, and then add an image and a textview into it. This, in turn, would be contained within another `LinearLayout` in vertical mode. – Tim Biegeleisen Feb 08 '18 at 06:21
  • Tried that part but it didn't work out well for different screen sizes. – vivekkedia Mar 01 '18 at 06:26

1 Answers1

0

also Use WebView if simple text or image than. create layout in html or load in WebView

AskNilesh
  • 67,701
  • 16
  • 123
  • 163