Dear, I have to give you a style similar to this mockup
But the text view that I have are these
<TextView
android:hint="@string/Reference"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:textColor="@color/letter_grey"
android:textColorHint="@color/letter_color_light"
android:textSize="@dimen/simple_text_size" />
<EditText
android:id="@+id/reference"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="10dp"
android:textSize="@dimen/simple_text_size"
android:textColor="@color/light_grey"/>
I would like to know if someone tells me how to leave them squared because they do not fit like that, they are currently like this