Skip to content

Commit 0f8f950

Browse files
authored
Merge pull request #291 from adrien-aubel/patch-1
Android Studio 3.0 - Fixed undefined drawable
2 parents 768a04f + f221d6e commit 0f8f950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<item name="crop_image_menu_crop" type="drawable"/>
4-
</resources>
3+
<item name="crop_image_menu_crop" type="drawable">@null</item>
4+
</resources>

0 commit comments

Comments
 (0)