Skip to content

Commit

Permalink
Fix incorrect height attribute in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ambrisco committed Mar 4, 2015
1 parent f73332f commit be6e205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/res/drawable/logo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
tools:targetApi="21"

auto:mvWidth="@dimen/logo_side"
auto:height="@dimen/logo_side"
auto:mvHeight="@dimen/logo_side"
auto:mvViewportWidth="@integer/logo_viewport_side"
auto:mvViewportHeight="@integer/logo_viewport_side"

Expand Down

0 comments on commit be6e205

Please sign in to comment.