Skip to content

Commit

Permalink
Merge pull request ArthurHub#291 from adrien-aubel/patch-1
Browse files Browse the repository at this point in the history
Android Studio 3.0 - Fixed undefined drawable
  • Loading branch information
ArthurHub authored May 30, 2017
2 parents 768a04f + f221d6e commit 0f8f950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cropper/src/main/res/values/ids.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="crop_image_menu_crop" type="drawable"/>
</resources>
<item name="crop_image_menu_crop" type="drawable">@null</item>
</resources>

0 comments on commit 0f8f950

Please sign in to comment.