Hello experts, I wanted to have a custom layout where I would have gallery on top, then below it to have a simple widget to show the picture when it is chosen from the gallery. I could not figure out how to compose that main.xml to achieve it, your advice will be greatly appreciated.
The gallery layout xml is straight from the google tutorial and is working. How do I modify it to achieve the above?
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
HT