You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
1.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="LicenseCard">
<attr name="name" format="string|reference" />
<attr name="license" format="string|reference" />
<attr name="link" format="string|reference" />
<attr name="description" format="string|reference" />
</declare-styleable>
<!--Themed Attributes-->
<attr name="colorBackgroundAccent" format="reference|color" />
<attr name="textColorDisabled" format="reference|color" />
<attr name="iconColor" format="reference|color" />
<attr name="windowBackgroundColor" format="reference|color" />
<attr name="dividerColor" format="reference|color" />
<attr name="status_text_small" format="dimension" />
<attr name="status_text_medium" format="dimension" />
<attr name="status_text_large" format="dimension" />
<attr name="chat_me_color" format="reference|color" />
<attr name="chat_other_color" format="reference|color" />
<attr name="chat_me_text_color" format="reference|color" />
<attr name="chat_other_text_color" format="reference|color" />
<attr name="chat_date_text_color" format="reference|color" />
</resources>