Skip to content

fix: remove unused-data in xml #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@
<color name="blue">#FF3B9DE8</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="red">#FFE83B3D</color>

<color name="hike_difficulty_easy">#1B9E4D</color>
<color name="hike_difficulty_moderate">#FCCA03</color>
<color name="hike_difficulty_difficult">#F74E05</color>
</resources>
4 changes: 0 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<string name="hike_card_no_data_label">No data</string>

<!-- Map Screen -->
<string name="map_screen_menu_button_content_description">Menu</string>
<string name="map_screen_search_button_text">Search hikes here</string>
<string name="map_screen_search_button_text_short">Search here</string>
<string name="map_screen_error_while_searching_hikes">Error while searching for hikes</string>
Expand Down Expand Up @@ -85,9 +84,6 @@
<string name="loading_hike_elevation_retrieval_error">An error was encountered while loading the hike\'s elevation.</string>

<!-- Hike Details Screen -->
<string name="hike_details_screen_obtaining_osm_data">Loading hike data…</string>
<string name="hike_details_screen_obtaining_elevation">Loading hike elevation…</string>
<string name="hike_details_screen_computing_details">Last computations…</string>
<string name="hike_detail_screen_bookmark_hint_on_isSaved_true">Unsave hike</string>
<string name="hike_detail_screen_bookmark_hint_on_isSaved_false">Save hike</string>
<string name="hike_detail_screen_label_distance">Distance</string>
Expand Down
Loading