如何才能获得左侧的android布局标题

时间:2014-10-01 09:20:36

标签: android-layout

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

<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>

0 个答案:

没有答案