我应该在Android的minSdkVersion 17上使用工具栏吗?

时间:2015-12-10 11:11:35

标签: android android-toolbar

我在我的应用程序中添加了大约8个月前的ActionBar。 现在我已经读过Toolbar有更多功能我想将Toolbar添加为ActionBar

我添加了这个:

<android.support.v7.widget.Toolbar
    android:id="@+id/listview_toolbar"
    android:layout_width="match_parent"
    android:layout_height="?attr/actionBarSize"
    android:background="@color/kevox"
    android:elevation="4dp"
    android:theme="@style/MyActionBar" />

on android:elevation="4dp"我收到消息,在minSdkVersion = 17中忽略了这个函数。

这就是Button在工具栏中的位置。 enter image description here

正如您所看到的,MenuItem之类的Button并未填满整个Toolbar

在此SDK版本中使用工具栏是一个好主意吗?正如我在统计数据中看到的那样,API 17-19仍然是最常用的Android版本。

0 个答案:

没有答案