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