Skip to content

Commit

Permalink
Hyphens for points/distance icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Apr 17, 2014
1 parent 4cea2bd commit c75018d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ private void clearLocationDisplay() {
TextView txtPoints = (TextView) rootView.findViewById(R.id.simpleview_txtPoints);
TextView txtTravelled = (TextView) rootView.findViewById(R.id.simpleview_txtDistance);

txtPoints.setText("");
txtTravelled.setText("");
txtPoints.setText("-");
txtTravelled.setText("-");
}

private String getInterval(long startTime, long endTime) {
Expand Down

0 comments on commit c75018d

Please sign in to comment.