【发布时间】:2016-08-21 18:39:08
【问题描述】:
我想换颜色,但不知道怎么做,请帮帮我 现在文本颜色为黑色,但我想将颜色更改为白色 我在哪里可以读到它?
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:theme="@android:style/Theme.Dialog"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
app:navigationContentDescription="@string/abc_action_bar_up_description"
android:background="?attr/colorPrimary"
app:navigationIcon="?attr/homeAsUpIndicator"
app:title="@string/action_settings"
/>
【问题讨论】:
-
android:titleTextColor="#ffffff" -
在 Stackoverflow 中已经有相同的问题,在Change Action Bar Title Color有一些答案