cloudstream/app/src/main/res/values/attrs.xml

30 lines
1.1 KiB
XML
Raw Normal View History

2021-06-06 18:06:01 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="FlowLayout_Layout"/>
<declare-styleable name="FlowLayout_Layout_layout_space"/>
2021-06-16 00:15:07 +00:00
<declare-styleable name="CustomCast">
<attr name="customCastBackgroundColor" format="color"/>
</declare-styleable>
<style name="customCastDefColor">
<item name="customCastBackgroundColor">?attr/colorPrimary</item>
</style>
2021-06-06 18:06:01 +00:00
<declare-styleable name="MainColors">
<attr name="colorPrimary" format="color"/>
<attr name="colorSearch" format="color"/>
<attr name="colorOngoing" format="color"/>
<attr name="colorPrimaryDark" format="color"/>
2021-10-31 01:17:56 +00:00
<attr name="primaryGrayBackground" format="color"/>
2021-09-19 20:33:39 +00:00
<attr name="primaryBlackBackground" format="color"/>
<attr name="iconGrayBackground" format="color"/>
2021-06-06 18:06:01 +00:00
<attr name="boxItemBackground" format="color"/>
<attr name="textColor" format="color"/>
<attr name="grayTextColor" format="color"/>
<attr name="iconColor" format="color"/>
<attr name="white" format="color"/>
</declare-styleable>
</resources>