http://dl.dropbox.com/u/24856/android_issue.PNG
i have a text view on top running into the relative layout with two nested buttons on the bottom. i tried putting margin bottom on the top element and then margin top and the android:layout_alignParentBottom element but it didn’t change the fact that the text ran into the buttons.
You didn’t provide the layout file so here is a small example on how to avoid that issue: