49c8dfbb06
#KT-16843 Fixed
6 lines
144 B
Kotlin
Vendored
6 lines
144 B
Kotlin
Vendored
// DRAWABLE
|
|
package com.myapp
|
|
|
|
import android.content.Context
|
|
|
|
<caret>fun Context.getAddIcon() = resources.getDrawable(R.mipmap.test_icon, null) |