mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
32 lines
No EOL
1.2 KiB
XML
32 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="FlowLayout_Layout">
|
|
<attr format="dimension" name="itemSpacing" />
|
|
</declare-styleable>
|
|
<declare-styleable name="FlowLayout_Layout_layout_space" />
|
|
|
|
<declare-styleable name="CustomCast">
|
|
<attr name="customCastBackgroundColor" format="color" />
|
|
</declare-styleable>
|
|
|
|
<style name="customCastDefColor">
|
|
<item name="customCastBackgroundColor">?attr/colorPrimary</item>
|
|
</style>
|
|
|
|
<declare-styleable name="MainColors">
|
|
<attr name="colorPrimary" format="color" />
|
|
<attr name="colorSearch" format="color" />
|
|
<attr name="colorOngoing" format="color" />
|
|
<attr name="colorPrimaryDark" format="color" />
|
|
|
|
<attr name="primaryGrayBackground" format="color" />
|
|
<attr name="primaryBlackBackground" format="color" />
|
|
<attr name="iconGrayBackground" format="color" />
|
|
<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> |