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