styles.xml的主题里面设置了标题的高度,为什么没变化?
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> <!-- Customize your theme here. --><br> <item name="android:windowTitleSize">80dp</item><br>
试试
<item name="Android:windowTitleSize">80dip</item>