-1
A
回答
0
你可以試試這個下面的代碼:
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar_other"
style="@style/ToolBarStyle.Event"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize">
<TextView
android:id="@+id/toolbar_other_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Support"
android:textColor="@color/white_color"
android:textSize="@dimen/slection_item_size"
android:textStyle="bold" />
</android.support.v7.widget.Toolbar>
我用這個代碼。它工作在我的應用程序。
相關問題
- 1. 如何修復導航欄和操作欄之間的空間?
- 2. 標題上的導航欄?
- 3. 的Android向上導航和操作欄
- 4. iPad標題欄。導航欄或工具欄?
- 5. 如何縮小導航圖標和工具欄標題之間的差距?
- 6. 如何使用工具欄(humburger圖標)作爲後臺導航
- 7. 工具欄和導航欄壞動畫
- 8. 如何適應更多的操作標籤欄+導航欄?
- 9. 獲取導航抽屜滑動工具欄/操作欄下方
- 10. 製作導航欄標題
- 11. 操作欄(工具欄)圖標
- 12. 將導航按鈕添加到統一標題欄/工具欄
- 13. 導航欄標題
- 14. 如何在iPhone上的視圖上繪製導航欄和工具欄?
- 15. 中心工具欄標題自定義工具欄中的圖標和導航抽屜切換按鈕
- 16. 導航欄的子標題
- 17. 如何使用MonoTouch設置工具欄和導航欄的透明度顏色?
- 18. iOS 7 UITableView使用透明導航欄和工具欄
- 19. 作爲NavigationController中子導航欄的工具欄
- 20. 導航欄標題居中
- 21. 工具欄顯示導航欄內部
- 22. 如何更改Ionic 2中的標題欄/導航欄
- 23. 如何在導航欄中使用持久標題時實施滑動操作
- 24. 導航欄上的導航欄
- 25. 導航欄上方的導航欄
- 26. 導航欄上方的導航欄
- 27. Android操作欄導航
- 28. 色調導航圖標在工具欄
- 29. Matplotlib導航工具欄
- 30. 導航欄或工具欄的問題在Xcode
謝謝@Prosanto –