Add forgot password screen

This commit is contained in:
Nezumi
2023-02-08 22:28:33 +07:00
parent 6b5959d403
commit 133b54f2b7
6 changed files with 145 additions and 5 deletions
+5 -4
View File
@@ -13,16 +13,17 @@
android:supportsRtl="true"
android:theme="@style/Theme.Foodify"
tools:targetApi="31">
<activity
android:name=".ForgotPasswordActivity"
android:exported="false" />
<activity
android:name=".SignInActivity"
android:exported="false"
android:noHistory="true"
/>
android:noHistory="true" />
<activity
android:name=".SignUpActivity"
android:exported="false"
android:noHistory="true"
/>
android:noHistory="true" />
<activity
android:name=".SplashScreenActivity"
android:exported="true">