Files
T
Vyacheslav Gerasimov 9534934f43 Implemented kotlin quick fix provider for create android resource quick fixes
#KT-10465 Fixed
#KT-12880 Fixed
2016-11-03 17:21:28 +03:00

6 lines
130 B
Kotlin
Vendored

import android.content.Context
import com.myapp.R
fun Context.getActivityTitle() = getString(R.string.<caret>my_activity_title)