Created bottom sheet for tracking order: Ui, integrated api, inflated data.

This commit is contained in:
2024-08-08 18:51:18 +05:30
parent 20daba1bb7
commit fa77c3d5ff
16 changed files with 825 additions and 70 deletions

View File

@@ -293,4 +293,8 @@
<string name="courier">COURIER</string>
<string name="track">TRACK</string>
<string name="no_orders_found">No orders found</string>
<string name="airway_bill_number">AIRWAY BILL NUMBER:</string>
<string name="status">Status:</string>
<string name="expected_date">Expected Date:</string>
<string name="view_all">VIEW ALL</string>
</resources>