Skip to content

Commit

Permalink
Add attribs
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Feb 9, 2018
1 parent 1d9600c commit 0d61c46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<declare-styleable name="Editor">

<attr name="TextColour" format="reference" />
<attr name="BackgroundColour" format="reference" />

</declare-styleable>

</resources>

0 comments on commit 0d61c46

Please sign in to comment.