스크롤 가능한 목록 추가  |  Android Developers

data class Affirmation(
    @StringRes val stringResourceId: Int,
    @DrawableRes val imageResourceId: Int
)