I am trying to change the order of views. The views should get into
into a specific order according to the user's preferences. So let's
say I have three text-views in a linear-layout, how can I can I change
the order so Android will show the text-views in a different order
than declared in the XML file.
I couldn't find anything so I hope you could help me out by sending a
sample code or a page I could use. Thanks in advantage.