Skip to content

Commit

Permalink
feat: Add prefs section for vehicle settings (tank size)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Jul 23, 2024
1 parent 8a27d75 commit cf24dc4
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 138 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">


<string name="nav_open">Open</string>
<string name="nav_close">Close</string>

Expand Down Expand Up @@ -379,6 +380,10 @@
<string name="vehicle_profile">Profile</string>
<string name="pref.debug_category">Debug</string>
<string name="pref.about_category">About</string>
<string name="pref.vehicle_settings.category">Vehicle settings</string>
<string name="pref.vehicle_settings.fuel_tank_size">Fuel tank size</string>
<string name="pref.vehicle_settings.category_summary">Under this section you can find preferences specific to the vehicle configuration like: tank size</string>

<string name="pref.about_title">ObdGraphs is an application with graphical interface intended to collect and display vehicle related telemetry data in real-time.
It is build on top of the ObdMetrics library and it visualizes telemetry data which are generated by vehicle sensors while vehicle is driving.</string>

Expand Down
Loading

0 comments on commit cf24dc4

Please sign in to comment.