When I text the listing9.4, I got the error:
crime_title : Touch target size too small
I asked chatGPT how to keep the EditText height attribute to wrap content and to limit its minimum height to be above the requirements. And the answer is to setting minHeight attribute like this:
android:minHeight="48dp"