Add profile account and change password screen

This commit is contained in:
Nezumi
2023-03-02 11:19:30 +07:00
parent 4c0232b353
commit d895d7e4da
10 changed files with 681 additions and 17 deletions
+8 -2
View File
@@ -14,6 +14,12 @@
android:supportsRtl="true"
android:theme="@style/Theme.Foodify"
tools:targetApi="31">
<activity
android:name=".Activity.ChangePasswordActivity"
android:exported="false" />
<activity
android:name=".Activity.AccountAndProfileActivity"
android:exported="false" />
<activity
android:name=".Activity.FoodDetailActivity"
android:exported="false" />
@@ -38,8 +44,8 @@
android:noHistory="true" />
<activity
android:name=".Activity.MainActivity"
android:theme="@style/Theme.Foodify.SplashScreen"
android:exported="true">
android:exported="true"
android:theme="@style/Theme.Foodify.SplashScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />