我得到了23.3.0'支持库版本,可以在尝试执行此操作时:
<android.support.v7.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@drawable/abc"
app:layout_collapseMode="pin"/>
drawable没有出现在运行api 21的设备中。事实上,我的应用程序有最低Api 21,甚至在Android工作室预览中,只有N预览Api 23才能实际绘制背景。我对普通的ImageViews一直没有任何问题。矢量就是这个:
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="414dp"
android:height="100dp"
android:viewportWidth="414"
android:viewportHeight="100">
<path
android:fillColor="#FFD50000"
android:pathData="M 0,0 414,0 414,65 0,100 0,0"/>
</vector>
知道它为什么没有出现?
答案 0 :(得分:0)
您肯定应该更新支持库:
Android支持库23.4.0现已上市
此版本的Android支持库修复了许多错误 支持v4,AppCompat,Design和Vector Drawable Compat。见 修订页面(https://developer.android.com/tools/support-library/index.html)以获取已关闭的完整列表 的问题。
https://plus.google.com/+AndroidDevelopers/posts/B7QhFkWZ6YX