snall typo
This commit is contained in:
parent
d83b55b6ac
commit
326b4f1e0b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class TestVoiceActivity extends SherlockActivity {
|
|||
addButton(ll, "When possible, make a U-turn", builder(p).makeUTwp());
|
||||
addButton(ll, "Prepare to enter a roundabout after 750m", builder(p).prepareRoundAbout(750));
|
||||
addButton(ll, "After 450m enter the roundabout and take the 1st exit", builder(p).roundAbout(450, 0, 1));
|
||||
addButton(ll, "Roundabout: Take the 2th exit", builder(p).roundAbout(0, 2));
|
||||
addButton(ll, "Roundabout: Take the 2nd exit", builder(p).roundAbout(0, 2));
|
||||
addButton(ll, "GPS signal lost", builder(p).gpsLocationLost());
|
||||
addButton(ll, "Route recalculated (23150m)", builder(p).routeRecalculated(23150));
|
||||
addButton(ll, "Continue straight ahead", builder(p).goAhead());
|
||||
|
|
Loading…
Reference in a new issue