Je tiens à apporter bouton(sous-vue) jusqu'à l'avant de android

    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout 
      xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:tools="http://schemas.android.com/tools"
      android:id="@+id/topHeader"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content" >


      <!-- Header aligned to top -->
    <!--   <include layout="@layout/header_layout" /> -->

      <!-- Footer aligned to bottom -->
    <!--   <include layout="@layout/footer_layout" /> -->

      <!-- Content below header and above footer -->
    <!--   <include layout="@layout/intermediate_layout" /> -->
      <RelativeLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:gravity="center">

        <ImageView
        android:id="@+id/imgLogo"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:src="@drawable/header" />
      </RelativeLayout>

    </RelativeLayout>

- Je faire de mise en page xml, dans lequel j'ai mis un bouton au centre.Et je veux que le bouton à l'avant toujours.
Je l'ajout de certains textview, imageview etc dynamiquement sur cette mise en page et que l'on centerised bouton doit être apporter de l'avant.
C'est possible sous ios et je veux en android.Toute suggestion pour cette pensée?
J'ai ci-dessus topHeaderlayout.xml

Dans ce xml, j'ajoute dynamiquement vue.Et un bouton doit être front de vue.

InformationsquelleAutor immodi | 2013-11-20