Skip to content

Commit

Permalink
Created so custom attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmm committed Mar 12, 2016
1 parent eedb4f5 commit 53b5615
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AvatarImageBehavior">
<attr name="startYPosition" format="dimension"/>
<attr name="finalYPosition" format="dimension"/>
<attr name="startXPosition" format="dimension"/>
<attr name="startToolbarPosition" format="dimension"/>
<attr name="startHeight" format="dimension"/>
<attr name="finalHeight" format="dimension"/>
</declare-styleable>
</resources>

0 comments on commit 53b5615

Please sign in to comment.