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) |