gpt4 book ai didi

Android 在 drawableStart 上无效的 drawable 标签向量

转载 作者:行者123 更新时间:2023-11-30 00:56:32 24 4
gpt4 key购买 nike

这是我的按钮:

<com.rey.material.widget.Button
android:id="@+id/joinOccasionBTN"
style="@style/Material.Drawable.Ripple.Wave.Light"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableStart="@drawable/ic_envelope"
android:drawablePadding="2dp"
android:gravity="center"
android:onClick="goToOccasion"
android:padding="20dp"
android:text="@string/join"
app:rd_enable="true"
app:rd_rippleType="wave" />

这是ic_envelope:

<vector android:height="24dp" android:viewportHeight="58.0"
android:viewportWidth="58.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#E95853" android:pathData="M27.14,0.73L0,26v0.04h58v-0.04L30.86,0.73C29.81,-0.24 28.19,-0.24 27.14,0.73z"/>
<path android:fillColor="#C64645" android:pathData="M0,26.04h58v31.96h-58z"/>
<path android:fillColor="#D75A4A" android:pathData="M0.09,26.05l57.51,31.71c-0.03,0.13 -0.03,0.11 -0.06,0.24H0.13C0.06,58 0,57.94 0,57.87l0,-31.77C0,26.06 0.05,26.03 0.09,26.05z"/>
<path android:fillColor="#ED7161" android:pathData="M57.91,26.05L29,41.99l28.6,15.77c-0.03,0.13 -0.03,0.11 -0.06,0.24h0.33C57.94,58 58,57.94 58,57.87V26.1C58,26.06 57.95,26.03 57.91,26.05z"/>

最后是错误:

Binary XML file line #1: invalid drawable tag vector

设置布局时发生我该如何解决这个问题?

最佳答案

显然,drawableStart 不适用于 pre-lollipop 上的 Vectors;这使我的应用程序崩溃了。删除它是我的解决方案,也是唯一的解决方案,因为使用它们的唯一方法是使用 app:srcCompatsetImageResource(),这不适用于 drawableX

关于Android 在 drawableStart 上无效的 drawable 标签向量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40071945/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com