Add gutter icons for Android resource references

#KT-16843 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-04-26 18:08:11 +03:00
parent 386ec53dd5
commit 49c8dfbb06
18 changed files with 650 additions and 44 deletions
+6
View File
@@ -0,0 +1,6 @@
// DRAWABLE
package com.myapp
import android.content.Context
<caret>fun Context.getAddIcon() = resources.getDrawable(R.mipmap.test_icon, null)