This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
APPBase_Bck20251205_123340_337/libappbase/src/main/res/values/attrs.xml
2025-02-11 13:09:33 +08:00

13 lines
422 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="globalCrashActivity" format="reference"/>
<declare-styleable name="GlobalCrashActivity">
<attr name="colorTittle" format="color" />
<attr name="colorTittleBackgound" format="color" />
<attr name="colorText" format="color" />
<attr name="colorTextBackgound" format="color" />
</declare-styleable>
</resources>