mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
6 lines
130 B
Kotlin
Vendored
6 lines
130 B
Kotlin
Vendored
import android.content.Context
|
|
import com.myapp.R
|
|
|
|
fun Context.getActivityTitle() = getString(R.string.<caret>my_activity_title)
|
|
|