diff --git a/app/src/main/res/layout-land/fragment_profile.xml b/app/src/main/res/layout-land/fragment_profile.xml
index 9d300f9..df7a31e 100644
--- a/app/src/main/res/layout-land/fragment_profile.xml
+++ b/app/src/main/res/layout-land/fragment_profile.xml
@@ -58,7 +58,8 @@
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_margin="2dp"
- android:elevation="10dp"
+ android:elevation="0dp"
+ app:cardElevation="0dp"
app:cardCornerRadius="12dp"
app:layout_constraintBottom_toTopOf="@+id/scan"
app:layout_constraintEnd_toEndOf="parent"
@@ -70,7 +71,6 @@
style="@style/roundedImageView"
android:layout_width="120dp"
android:layout_height="120dp"
- android:layout_marginBottom="10dp"
android:contentDescription="@null"
app:layout_constraintBottom_toTopOf="@+id/scan"
app:layout_constraintEnd_toEndOf="parent"
diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml
index 858d183..067ce88 100644
--- a/app/src/main/res/layout/fragment_profile.xml
+++ b/app/src/main/res/layout/fragment_profile.xml
@@ -58,7 +58,8 @@
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_margin="5dp"
- android:elevation="10dp"
+ android:elevation="0dp"
+ app:cardElevation="0dp"
app:cardCornerRadius="12dp"
app:layout_constraintBottom_toTopOf="@+id/scan"
app:layout_constraintEnd_toEndOf="parent"
@@ -72,7 +73,6 @@
android:layout_height="120dp"
android:layout_marginBottom="16dp"
android:contentDescription="@null"
-
app:layout_constraintBottom_toTopOf="@+id/scan"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 3516fe6..b4b39cd 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -2,25 +2,4 @@
NTO Pass
История входов
- Проверить информацию о сотруднике
- Введите логин сотрудника
- Проверить
- Заблокировать доступ
- История входов
- Имя пользователя
- Войти
- Что-то пошло не так
- Пароль
- Добро пожаловать!
- Войдите чтобы продолжить
- Войти
- Обновить
- Сканировать QR
- Главная
- Страница администратора
- история входов
- Закрыть
- Успешно
- Операция отменена
- Что-то пошло не так
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_admin.xml b/app/src/main/res/values-ru/strings_admin.xml
new file mode 100644
index 0000000..7d69917
--- /dev/null
+++ b/app/src/main/res/values-ru/strings_admin.xml
@@ -0,0 +1,7 @@
+
+
+ Проверить информацию о сотруднике
+ Введите логин сотрудника
+ Проверить
+ Заблокировать доступ
+
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_entry_list.xml b/app/src/main/res/values-ru/strings_entry_list.xml
new file mode 100644
index 0000000..415ea09
--- /dev/null
+++ b/app/src/main/res/values-ru/strings_entry_list.xml
@@ -0,0 +1,4 @@
+
+
+ История входов
+
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_login.xml b/app/src/main/res/values-ru/strings_login.xml
new file mode 100644
index 0000000..ed7fdf9
--- /dev/null
+++ b/app/src/main/res/values-ru/strings_login.xml
@@ -0,0 +1,10 @@
+
+
+ Имя пользователя
+ Войти
+ Что-то пошло не так
+ Пароль
+ Добро пожаловать!
+ Войдите чтобы продолжить
+ Войти
+
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_profile.xml b/app/src/main/res/values-ru/strings_profile.xml
new file mode 100644
index 0000000..53acb21
--- /dev/null
+++ b/app/src/main/res/values-ru/strings_profile.xml
@@ -0,0 +1,8 @@
+
+
+ Обновить
+ Сканировать QR
+ Главная
+ Страница администратора
+ история входов
+
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_qr.xml b/app/src/main/res/values-ru/strings_qr.xml
new file mode 100644
index 0000000..40b13b6
--- /dev/null
+++ b/app/src/main/res/values-ru/strings_qr.xml
@@ -0,0 +1,4 @@
+
+
+ Закрыть
+
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_qr_result.xml b/app/src/main/res/values-ru/strings_qr_result.xml
new file mode 100644
index 0000000..b16b3de
--- /dev/null
+++ b/app/src/main/res/values-ru/strings_qr_result.xml
@@ -0,0 +1,6 @@
+
+
+ Успешно
+ Операция отменена
+ Что-то пошло не так
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9b2b311..d4e7919 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,4 +1,5 @@
NTO Pass
Entry History
+
\ No newline at end of file