Hey,
I am searching for a way to position my text around my imageview (so like the css float left/right). How can I do this in Android? I have used android:layout_alignParentLeft="true" (to position my imageview left) and android:layout_alignParentRight="true" for my textview but the textview comes next to the imageView and doesn't continue underneath the ImageView when I have a long text..
Anyone an idea?
Wouter