Labels + Location list

This commit is contained in:
2025-08-09 11:53:33 +03:00
parent 8db12a7599
commit c69f255fff
10 changed files with 581 additions and 28 deletions

View File

@@ -12,6 +12,9 @@
<!-- Content Descriptions -->
<string name="cd_open_navigation_drawer">Open navigation drawer</string>
<string name="cd_scan_qr_code">Scan QR code</string>
<string name="cd_navigate_back">Navigate back</string>
<string name="cd_add_new_location">Add new location</string>
<string name="cd_add_new_label">Add new label</string>
<!-- Dashboard Screen -->
<string name="dashboard_title">Dashboard</string>
@@ -28,5 +31,6 @@
<!-- Navigation -->
<string name="nav_locations">Locations</string>
<string name="nav_labels">Labels</string>
</resources>