If the official documentation about Android layouts isn’t so clear for you, then you should check the following article about all layouts in Android:
http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts
Note in most cases a RelativeLayout is the best solution for placing elements. (especially at list cells)