Skip to content

Commit

Permalink
feat: Update Dynamic screen preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Dec 26, 2024
1 parent 45dd655 commit d67b289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@


<string name="pref.aa.dynamic.category">Dynamic Screen</string>
<string name="pref.aa.dynamic.enabled">Enable dynamic screen</string>
<string name="pref.aa.dynamic.enabled_summary">It enables dynamic screen with predefined set of metrics. Screen is dedicated to 2.0 GME engines</string>


<string name="pref.aa.trip_info.category">Trip Info Screen</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1499,8 +1499,8 @@
<org.obd.graphs.preferences.aa.AACheckBoxPreference
android:defaultValue="true"
android:key="pref.aa.dynamic.enabled"
android:title="@string/pref.aa.trip_info.enabled"
android:summary="@string/pref.aa.trip_info.enabled_summary"
android:title="@string/pref.aa.dynamic.enabled"
android:summary="@string/pref.aa.dynamic.enabled_summary"
app:singleLineTitle="false" />
</PreferenceCategory>

Expand Down

0 comments on commit d67b289

Please sign in to comment.