2021-06-06 18:06:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2022-02-05 22:21:45 +00:00
|
|
|
<declare-styleable name="FlowLayout_Layout">
|
|
|
|
<attr format="dimension" name="itemSpacing" />
|
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="FlowLayout_Layout_layout_space" />
|
2021-06-16 00:15:07 +00:00
|
|
|
|
|
|
|
<declare-styleable name="CustomCast">
|
2022-02-05 22:21:45 +00:00
|
|
|
<attr name="customCastBackgroundColor" format="color" />
|
2021-06-16 00:15:07 +00:00
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<style name="customCastDefColor">
|
|
|
|
<item name="customCastBackgroundColor">?attr/colorPrimary</item>
|
|
|
|
</style>
|
|
|
|
|
2021-06-06 18:06:01 +00:00
|
|
|
<declare-styleable name="MainColors">
|
2022-02-05 22:21:45 +00:00
|
|
|
<attr name="colorPrimary" format="color" />
|
|
|
|
<attr name="colorSearch" format="color" />
|
|
|
|
<attr name="colorOngoing" format="color" />
|
|
|
|
<attr name="colorPrimaryDark" format="color" />
|
2021-06-06 18:06:01 +00:00
|
|
|
|
2022-02-05 22:21:45 +00:00
|
|
|
<attr name="primaryGrayBackground" format="color" />
|
|
|
|
<attr name="primaryBlackBackground" format="color" />
|
|
|
|
<attr name="iconGrayBackground" format="color" />
|
|
|
|
<attr name="boxItemBackground" format="color" />
|
2021-06-06 18:06:01 +00:00
|
|
|
|
2022-02-05 22:21:45 +00:00
|
|
|
<attr name="textColor" format="color" />
|
|
|
|
<attr name="grayTextColor" format="color" />
|
|
|
|
<attr name="iconColor" format="color" />
|
|
|
|
<attr name="white" format="color" />
|
2021-06-06 18:06:01 +00:00
|
|
|
</declare-styleable>
|
|
|
|
</resources>
|