Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
android
/
gutterIcon
/
mipmap.kt
blob: 8571a698727e8b8301ee264d6670e1a620d6436a [
file
] [
log
] [
blame
]
// DRAWABLE
package
com
.
myapp
import
android
.
content
.
Context
fun
Context
.
getAddIcon
()
=
resources
.
getDrawable
(
R
.
mipmap
.<
caret
>
test_icon
,
null
)