Add gutter icons for Android resource references
#KT-16843 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// DRAWABLE
|
||||
package com.myapp
|
||||
|
||||
import android.content.Context
|
||||
|
||||
<caret>fun Context.getAddIcon() = resources.getDrawable(R.drawable.test_icon, null)
|
||||
Reference in New Issue
Block a user