would that be the most optimize solution ``` val e...
# anko
d
would that be the most optimize solution
Copy code
val emailEditText = editText() {
                        layoutParams = LinearLayout.LayoutParams(wrapContent, wrapContent).apply { horizontalMargin = activity.dimen(R.dimen.margin_large) }
                    }