when i am going to design the activity_mail.xml i just change the layout type as LinearLayout but i cannot write anything i created to look like this i cannot write the android:layout_width height inside the EditText why i don't
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<EditText/>
</LinearLayout>