Android Titlebar的设置高度不改变

styles.xml的主题里面设置了标题的高度,为什么没变化?

<item name="android:windowTitleSize">80dp</item>

android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:popupTheme="@style/AppTheme.PopupOverlay" />

                    改高度就好了  

setyle.xml这样写着:

<!-- Base application theme. -->
<br> &lt;!-- Customize your theme here. --&gt;<br> <item name="android:windowTitleSize">80dp</item><br>

试试

<item name="Android:windowTitleSize">80dip</item>