experiment with Wiki font size
This commit is contained in:
parent
3f72664ee3
commit
af90c97845
1 changed files with 3 additions and 0 deletions
|
@ -393,6 +393,9 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon
|
|||
v.requestFocus();
|
||||
}
|
||||
break;
|
||||
case MotionEvent.ACTION_POINTER_DOWN:
|
||||
settings.setTextZoom( (int)(settings.getTextZoom() * 1.1) );
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue