mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
4 lines
137 B
Kotlin
Vendored
4 lines
137 B
Kotlin
Vendored
// DRAWABLE
|
|
import android.content.Context
|
|
|
|
fun Context.getAddIcon() = resources.getDrawable(android.R.drawable.<caret>ic_menu_add, null) |