Skip to content

Commit

Permalink
UI: interval list uses gain/loss as caption (instead of elevation).
Browse files Browse the repository at this point in the history
Fixes #2003.
  • Loading branch information
dennisguse committed Nov 30, 2024
1 parent 27e3841 commit a015b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/res/layout/interval_list_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
android:layout_weight="1"
android:layout_height="wrap_content"
style="@style/TextAppearance.OpenTracks.PrimaryHeader"
android:text="@string/stats_altitude" />
android:text="@string/stats_gain_loss" />

</LinearLayout>

Expand Down
1 change: 1 addition & 0 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ limitations under the License.
<string name="stats_fastest_pace">Fastest pace</string>
<string name="stats_gain">Gain</string>
<string name="stats_loss">Loss</string>
<string name="stats_gain_loss">Gain &amp; Loss</string>
<string name="stats_coordinates">Latitude/Longitude</string>
<string name="stats_latitude">Latitude</string>
<string name="stats_longitude">Longitude</string>
Expand Down

0 comments on commit a015b87

Please sign in to comment.