Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
android
/
gutterIcon
/
systemDrawable.kt
blob: 6b52a3468e42971455d6217f3ed83a04eebf3fe2 [
file
] [
log
] [
blame
]
// DRAWABLE
import
android
.
content
.
Context
fun
Context
.
getAddIcon
()
=
resources
.
getDrawable
(
android
.
R
.
drawable
.<
caret
>
ic_menu_add
,
null
)