我需要讓我的標題欄變爲橙色而不是標準灰色,而且我無法弄清楚如何編輯它的設置。我還需要對齊文本,使其位於標題欄的右側而不是左側。任何想法如何做到這一點?如何編輯標題欄?
Q
如何編輯標題欄?
0
A
回答
0
你可以做到這一點與上Set title background color在最後一個註釋的解決方案。
0
0
爲了讓標題欄您想要的顏色(橙色),使用下面的代碼在你的OnCreate,
this.setTitleColor(#FF6600);
或創建自定義標題欄,並用它在整個應用程序。如果您創建自定義標題欄,U可以進行各種修改。
例如。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="400px"
android:layout_height="fill_parent"
android:orientation="horizontal">
<ImageView android:id="@+id/ImageView01"
android:layout_width="57px"
android:layout_height="wrap_content"
android:background="@drawable/icon1">
</ImageView>
<TextView
android:id="@+id/myTitle"
android:text="This is my new title"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textColor="@color/titletextcolor"
/>
</LinearLayout>
相關問題
- 1. 如何編輯eclipse工作臺標題欄名稱?
- 2. 編輯支持欄主題
- 3. 編輯XamDataGrid標題
- 4. 如何編輯DisclosurePanel標題的顏色
- 5. 如何編輯Joomla模板標題?
- 6. 如何編輯plot.TukeyHSD中的主標題?
- 7. 如何編輯.csv標題行
- 8. YUI DataTable:如何編輯列標題?
- 9. 如何編輯的DataTable()打印標題
- 10. 如何編輯Android對話框標題
- 11. 如何在yiibooster gridview中編輯標題?
- 12. 如何編輯Handsontable的標題文本?
- 13. 如何編輯JavaScript警告框標題?
- 14. 標題標籤html編輯
- 15. 如何使引導程序導航標題標題可編輯?
- 16. Catia表編號標題欄
- 17. 在編輯欄
- 18. 編輯欄
- 19. 如何將導航欄標題設置爲可編輯文本字段?
- 20. 如何調整導航欄標題和編輯的後退按鈕
- 21. 編輯所選主題的動作欄
- 22. 在python中使用Tkinter編輯標題欄
- 23. 隱藏在OSX菜單欄下方的Atom編輯器標題
- 24. 定位後無法編輯動作欄標題
- 25. 標題欄中的Dashlet編輯按鈕無法正確顯示
- 26. 編輯文本內容時,Android標題欄被拉高
- 27. 標題欄如何隱藏?
- 28. UINavigationBar可編輯標題?
- 29. Mp3標題信息編輯
- 30. 編輯css primeNG dataTable標題