在RelativeLayout中居中放置ImageButton和TextView

问题描述:

android:layout_gravity="center"似乎在RelativeLayout中的作用与在LinearLayout中的作用不同。在RelativeLayout中居中放置ImageButton和TextView

我想要一个ImageButtonTextView集中在RelativeLayout - 是否有一个基本的xml代码呢?

android:layout_centerHorizontal="true" 

另外:

android:layout_centerInParent 
android:layout_centerVertical