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
+4
View File
@@ -0,0 +1,4 @@
// DRAWABLE
import android.content.Context
fun <caret>Context.getAddIcon() = resources.getDrawable(android.R.drawable.ic_menu_add, null)