49c8dfbb06
#KT-16843 Fixed
4 lines
137 B
Kotlin
Vendored
4 lines
137 B
Kotlin
Vendored
// DRAWABLE
|
|
import android.content.Context
|
|
|
|
fun <caret>Context.getAddIcon() = resources.getDrawable(android.R.drawable.ic_menu_add, null) |