diff --git a/app/src/main/res/layout/fragment_admin.xml b/app/src/main/res/layout/fragment_admin.xml index 76afdc5..b6c7777 100644 --- a/app/src/main/res/layout/fragment_admin.xml +++ b/app/src/main/res/layout/fragment_admin.xml @@ -68,7 +68,8 @@ android:id="@+id/login_search" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="15dp" + + android:padding="14dp" android:maxLines="1" android:hint="@string/login" diff --git a/app/src/main/res/layout/fragment_auth.xml b/app/src/main/res/layout/fragment_auth.xml index 7abd41a..c6b4146 100644 --- a/app/src/main/res/layout/fragment_auth.xml +++ b/app/src/main/res/layout/fragment_auth.xml @@ -93,6 +93,8 @@ app:hintTextColor="?attr/colorOnBackground" app:helperTextTextColor="?attr/colorOnBackground" android:layout_marginBottom="10dp" + app:errorIconDrawable="@null" + app:endIconMode="password_toggle" android:layout_marginLeft="70dp" android:layout_marginRight="70dp" > @@ -101,10 +103,10 @@ android:id="@+id/password" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="14dp" android:maxLines="1" android:hint="@string/password" + android:inputType="textPassword"