REPAIRS button and main label v2

This commit is contained in:
Serafim_Pankin 2025-02-20 11:02:23 +03:00
parent 3db6d74782
commit c646e58fd2
3 changed files with 8 additions and 5 deletions

View File

@ -93,16 +93,19 @@
app:hintTextColor="?attr/colorOnBackground"
app:helperTextTextColor="?attr/colorOnBackground"
android:layout_marginBottom="10dp"
android:hint="@string/password">
android:layout_marginLeft="70dp"
android:layout_marginRight="70dp"
>
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="70dp"
android:layout_marginRight="70dp"
android:padding="14dp"
android:maxLines="1"
android:hint="@string/password"
android:textColorHint="?attr/colorSecondary"

View File

@ -180,7 +180,7 @@
android:layout_width="match_parent"
android:visibility="gone"
android:layout_height="wrap_content"
android:text="@string/сhange_rights"
android:text="@string/change_rights"
android:maxHeight="200dp"
android:padding="12dp"

View File

@ -16,7 +16,7 @@
<string name="ok">ОК</string>
<string name="error">Ошибка</string>
<string name="administrator_search">Введите логин пользователя</string>
<string name="administrator_searc_button_search">🔍 Поиск 🔍</string>
<string name="administrator_searc_button_search"> Поиск </string>
<string name="title_profile">Профиль</string>
<string name="change_rights">Изменить права входа с помощью смартфона</string>
><string name="admin">Панель администратора</string><string name="profile">Profile</string>