I wonder if it's possible to put a margin to space the edittext keyboard so it does not look this close:
ThexmlofhowIamdeclaringtheEditText:
<EditTextandroid:id="@+id/editTextNome"
android:layout_width="match_parent"
android:layout_height="45dp"
android:layout_marginLeft="23px"
android:layout_marginRight="23px"
android:paddingLeft="7dp"
android:layout_marginBottom="40dp"
android:hint="@string/nome_login"
android:inputType="textCapSentences"
android:background="@drawable/rounded_border"/>