Created
June 26, 2018 05:12
-
-
Save MonsterTechnoGit/62e0486d3401802a97513684c792dae5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<declare-styleable name="ds"> | |
<attr name="BackgroundColorApp" format="color"/> | |
<attr name="textNameColor" format="color"/> | |
<attr name="textTagColor" format="color"/> | |
<attr name="buttoncolor" format="color"/> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment