2020-03-28 13:29:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<attr name="colorDisabled" format="color" />
|
|
|
|
<attr name="colorDisabledVariant" format="color" />
|
|
|
|
<attr name="colorSurfaceVariant" format="color" />
|
|
|
|
<attr name="colorOnPrimaryVariant" format="color" />
|
|
|
|
<attr name="colorOnSurfaceVariant" format="color" />
|
|
|
|
<attr name="colorSurfaceSurfaceVariant" format="color" />
|
2020-04-03 16:40:54 +00:00
|
|
|
<attr name="iconColor" format="reference|color" />
|
2020-04-10 12:45:09 +00:00
|
|
|
<attr name="toolbarIconColor" format="reference|color"/>
|
2020-04-25 21:16:06 +00:00
|
|
|
<attr name="DialogBG" format="reference|color" />
|
2020-10-31 19:45:39 +00:00
|
|
|
<attr name="colorLinkImage" format="reference|color" />
|
|
|
|
<attr name="colorLinkBG" format="reference|color" />
|
|
|
|
<attr name="colorWelcomeHeaderSubtitle" format="reference|color" />
|
|
|
|
<attr name="colorSettingsTitle" format="reference|color" />
|
|
|
|
<attr name="colorSecondaryText" format="reference|color" />
|
|
|
|
|
|
|
|
<declare-styleable name="PreferenceSwitch">
|
|
|
|
<attr name="switch_title" format="reference|string" />
|
|
|
|
<attr name="switch_summary" format="reference|string" />
|
|
|
|
<attr name="switch_key" format="reference|string" />
|
|
|
|
<attr name="switch_def_value" format="reference|boolean" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="PreferenceCategory">
|
|
|
|
<attr name="category_title" format="reference|string"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="EmptyPreference">
|
|
|
|
<attr name="preference_title" format="reference|string"/>
|
|
|
|
<attr name="preference_summary" format="reference|string"/>
|
|
|
|
</declare-styleable>
|
2020-03-28 13:29:48 +00:00
|
|
|
|
2020-12-22 17:36:11 +00:00
|
|
|
<declare-styleable name="ThemedSwipeRefreshlayout">
|
|
|
|
<attr name="progressBackgroundColor" format="reference|color" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-03-28 13:29:48 +00:00
|
|
|
</resources>
|