"URL with all parameters will ..." is now above url
This commit is contained in:
parent
46aeac9f2e
commit
847f99fbd5
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ public class OnlineRoutingEngineFragment extends BaseOsmAndFragment {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
exampleCard.setFieldBoxHelperText(getString(R.string.online_routing_example_hint));
|
exampleCard.setFieldBoxLabelText(getString(R.string.online_routing_example_hint));
|
||||||
exampleCard.setButton(getString(R.string.test_route_calculation), new View.OnClickListener() {
|
exampleCard.setButton(getString(R.string.test_route_calculation), new View.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
|
|
Loading…
Reference in a new issue