MoreHomeActivity re-arrangements of sizes in layout.

Notifications activity, adapter - dummy data
This commit is contained in:
2024-06-12 16:38:35 +05:30
parent 976238d1f3
commit 1cbfde4cd4
12 changed files with 293 additions and 26 deletions

View File

@@ -16,9 +16,13 @@
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".shop.MyOrdersActivity"
android:name=".home.notifications.NotificationsActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".shop.MyOrdersActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".modules.disclaimer.DisclaimerActivity"
android:exported="false"