Android layout 如何获得从右到左的android布局标题

Android layout 如何获得从右到左的android布局标题,android-layout,Android Layout,我在XML android中使用了android:gravity=right 但应用程序的标题没有响应 如何从右到左制作标题 <RelativeLayout xmlns:android="schemas.android.com/apk/res/android"; xmlns:tools="schemas.android.com/tools"; android:layout_width="match_parent" android:layout_height="mat

我在XML android中使用了android:gravity=right 但应用程序的标题没有响应 如何从右到左制作标题

<RelativeLayout xmlns:android="schemas.android.com/apk/res/android"; xmlns:tools="schemas.android.com/tools"; 
     android:layout_width="match_parent" 
     android:layout_height="match_parent" 
     android:paddingLeft="0dp" 
     android:paddingRight="0dp" 
     android:paddingTop="0dp" 
     android:paddingBottom="0dp" 
     tools:context=".Main" 
     android:layout_gravity="right"  
     android:theme="@android:style/Theme.Black.NoTitleBar.Fullscr‌​een">  
</RelativeLayout>

请发布您的xml