context.theme.obtainStyledAttributes(attrs, R.styleable.PromoCard, 0, 0).use { icon = getDrawable(R.styleable.PromoCard_pcIcon) title = getString(R.styleable.PromoCard_pcTitle) content = getString(R.styleable.PromoCard_pcContent) } // TODO do something with obtained attributes