diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index b713b42..342c902 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -1,31 +1,51 @@ - + xmlns:app="http://schemas.android.com/apk/res-auto" + android:orientation="vertical" + android:gravity="center" + android:padding="16dp" + android:background="@android:color/white"> + android:inputType="text" + android:padding="12dp" + app:CornerRadius="20dp" + android:background="#F0F0F0" + android:layout_marginBottom="16dp"/> + +