redesigns

This commit is contained in:
Serafim_Pankin 2025-02-20 15:42:37 +03:00
parent 8a59dc656c
commit 8c8a93c283
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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"