AAPT:错误:resource attr / foregroundGravity

时间:2020-03-27 21:47:48

标签: android

\ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values \ values.xml:8297:AAPT:错误:找不到资源attr / foregroundGravity(aka com.kewzz.movi​​es:attr / foregroundGravity)。< / p> 无法通过在values文件夹上添加attr.xml文件来解决

问题。

<resources>
    <declare-styleable name="ForegroundView">
        <attr name="foreground" format="color"/>
        <attr name="foregroundGravity" format="integer" />
        <attr name="foregroundInsidePadding" format="boolean"/>
    </declare-styleable>
</resources>

0 个答案:

没有答案
相关问题