Skip to content

Instantly share code, notes, and snippets.

@alirezanazari
Created April 24, 2020 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alirezanazari/9a6bf225b6bffac390cf44d9d504894c to your computer and use it in GitHub Desktop.
Save alirezanazari/9a6bf225b6bffac390cf44d9d504894c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="appDrawableBackground" format="reference"/>
<attr name="appBackground" format="reference|color"/>
<attr name="appSecondBackground" format="reference|color"/>
<attr name="appLinesColor" format="reference|color"/>
<attr name="appHitColor" format="reference|color"/>
<attr name="appTextTitleColor" format="reference|color"/>
<attr name="appTextSubTitleColor" format="reference|color"/>
<attr name="appTabEnableColor" format="reference|color"/>
<attr name="appTabDisableColor" format="reference|color"/>
<attr name="appTextPrimaryColor" format="reference|color"/>
<attr name="appTextSecondaryColor" format="reference|color"/>
<attr name="appCardsColor" format="reference|color"/>
<attr name="appCheckBoxColor" format="reference|color"/>
<attr name="appInputsBackground" format="reference"/>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment