how can i write this one in anko ?? ``` <com.gi...
# anko
y
how can i write this one in anko ??
Copy code
<com.github.florent37.materialtextfield.MaterialTextField
        android:layout_width="300dp"
        android:layout_height="wrap_content"
        app:mtf_image="@drawable/ic_mail_grey600_24dp"
        >

        <EditText
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:hint="Password"
             android:textColor="#333"
             android:textColorHint="#666"
             android:textSize="15sp" />

</com.github.florent37.materialtextfield.MaterialTextField>