使用我的KitKat设备时,我的工具栏出现问题。在我的棒棒糖设备上一切正常。 问题是我的工具栏没有注意到我在工具栏中的操作按钮中的触摸。 我已经尝试过使用cardview,但这并没有帮助我。 另外,使用cardview,我的工具栏也没有填充我的KitKat设备中的空洞空间
<android.support.v7.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#0610DB"
card_view:cardElevation="4dp"
card_view:cardCornerRadius="0dp">
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#0610DB"
android:theme="@style/ThemeOverlay.AppCompat.Dark"
android:minHeight="?attr/actionBarSize"/>
</android.support.v7.widget.CardView>