I have a TextView with HTML content inside it. The HTML code contains img tags which are loaded using Html.ImageGetter. The images are displayed fine, but I wan't to make them scale so that the image width spans the entire width of the TextView. This width (and the scaling) should change when the phone is rotated. So basically, I would like to have the same effect as using css rule "width: 100%".
Is this even possible to do using TextViews?