I found it. Have to add attributes like this :
android:layout_height="wrap_content"
android:elegantTextHeight="true"
android:minHeight="96dp"
android:singleLine="false"
Now every time I add new line in typing on the bottom line it will increase the Multiline Text height and add new line.