Add address manager screen

This commit is contained in:
Nezumi
2023-03-06 16:23:47 +07:00
parent 77d8818786
commit c51300e6ef
7 changed files with 349 additions and 1 deletions
+3
View File
@@ -15,6 +15,9 @@
android:theme="@style/Theme.Foodify"
tools:replace="android:theme"
tools:targetApi="31">
<activity
android:name=".Activity.AddressManagerActivity"
android:exported="false" />
<activity
android:name=".Activity.ChangePasswordActivity"
android:exported="false" />