2013-07-07 65 views
1

enter image description here如何在操作栏中将微调器对齐到左侧

我想将微调器对齐到左侧。微调不用于此处导航

<?xml version="1.0" encoding="utf-8"?> 
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
     android:id="@android:id/text1" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:ellipsize="marquee" 
     android:singleLine="true" 
     android:textColor="@color/white" 
     android:textStyle="bold"/> 

该怎么做。

+0

嘿Rupesh,请记住我的答案是正确的答案。谢谢 – donkey

回答

3

抓住动作条,则:

actionbar.setDisplayShowTitleEnabled(false); 
相关问题