Skip to content

Commit

Permalink
Merge pull request getodk#17 from mkne/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsundt committed May 16, 2016
2 parents bffc756 + 5370dea commit 52810f3
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void onSensorChanged(SensorEvent event) {
} else if (degrees > 292.5 && degrees <= 337.5) {
dir = "NW";
}
mBearingDialog.setMessage("Dir: " + dir + " Bearing: " + mBearing);
mBearingDialog.setMessage(getString(R.string.direction) + ": " + dir + "\n" + getString(R.string.bearing) + ": " + mBearing);

}
}
Expand Down
Loading

0 comments on commit 52810f3

Please sign in to comment.