mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Add profile account and change password screen
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user