Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c7fc170086
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ public class MyLocationMenuController extends MenuController {
|
||||||
return getMapActivity().getString(R.string.shared_string_location);
|
return getMapActivity().getString(R.string.shared_string_location);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean needStreetName() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Drawable getLeftIcon() {
|
public Drawable getLeftIcon() {
|
||||||
ApplicationMode appMode = getMapActivity().getMyApplication().getSettings().getApplicationMode();
|
ApplicationMode appMode = getMapActivity().getMyApplication().getSettings().getApplicationMode();
|
||||||
|
|
Loading…
Reference in a new issue