如何在xml中解码颜色?不是十六进制和RGB颜色

时间:2019-05-14 00:11:35

标签: java xml decode

我不知道如何解码XML文件中的这种颜色,请帮帮我!此颜色不是十六进制格式,也不是RGB格式!在这段代码中,颜色是XML,不是6个字符,而是8个!

这是xml代码:

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="0">
    <solid android:color="@0106000B" />
</shape>

0 个答案:

没有答案
相关问题