Refactor: Replace AppIntro library with Compose implementation (#2332)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-07-03 11:27:08 +00:00 committed by GitHub
parent cca51e765a
commit 91dd6dbef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 244 additions and 110 deletions

View file

@ -707,4 +707,8 @@
<string name="scroll_to_bottom">Scroll to bottom</string>
<string name="meshtastic">Meshtastic</string>
<string name="scanning">Scanning</string>
<string name="app_intro_back_button">Back</string>
<string name="app_intro_next_button">Next</string>
<string name="app_intro_done_button">Done</string>
<string name="app_intro_skip_button">Skip</string>
</resources>