diff --git a/app/build.gradle b/app/build.gradle
index 18af95a..66408dc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "uk.openvk.android.refresh"
minSdk 21
targetSdk 33
- versionCode 14
- versionName "0.0.14.alpha"
+ versionCode 15
+ versionName "0.0.15.alpha"
}
buildTypes {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b9ed44f..f2ac5a1 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -37,6 +37,15 @@
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mcc|mnc|uiMode"
android:label="@string/title_activity_auth" />
+
+
+
+ -
+
+
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-night/auth_screen.xml b/app/src/main/res/layout-night/auth_screen.xml
new file mode 100644
index 0000000..2f55c56
--- /dev/null
+++ b/app/src/main/res/layout-night/auth_screen.xml
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/auth_progress_fragment.xml b/app/src/main/res/layout/auth_progress.xml
similarity index 100%
rename from app/src/main/res/layout/auth_progress_fragment.xml
rename to app/src/main/res/layout/auth_progress.xml
diff --git a/app/src/main/res/layout/auth_screen.xml b/app/src/main/res/layout/auth_screen.xml
index a40cb03..afb05cf 100644
--- a/app/src/main/res/layout/auth_screen.xml
+++ b/app/src/main/res/layout/auth_screen.xml
@@ -1,35 +1,80 @@
-
-
-
-
+ android:layout_height="match_parent">
+
+
+
+
+
+
-
+
+
+
+
+
+ app:layout_constraintTop_toBottomOf="@+id/appbar">
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/app_auth.xml b/app/src/main/res/menu/app_auth.xml
new file mode 100644
index 0000000..82045a2
--- /dev/null
+++ b/app/src/main/res/menu/app_auth.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 9e2cde7..33371ad 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -54,9 +54,9 @@
#263238
- #009688
+ #80cbc4
#14171a
- #12009688
+ #1280cbc4
#14171a
#009688
#009688
diff --git a/app/src/main/res/xml/main_pref.xml b/app/src/main/res/xml/main_pref.xml
index efd073b..04cd530 100644
--- a/app/src/main/res/xml/main_pref.xml
+++ b/app/src/main/res/xml/main_pref.xml
@@ -1,7 +1,12 @@
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ app:key="pref_screen">
+
+
+ app:iconSpaceReserved="false"
+ app:key="account_category"
+ app:title="@string/pref_account">
+ app:title="@string/pref_logout" />
+
+