experiment with Wiki font size

This commit is contained in:
sonora 2017-01-06 11:37:53 +01:00
parent 3f72664ee3
commit af90c97845

View file

@ -393,6 +393,9 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon
v.requestFocus(); v.requestFocus();
} }
break; break;
case MotionEvent.ACTION_POINTER_DOWN:
settings.setTextZoom( (int)(settings.getTextZoom() * 1.1) );
break;
} }
return false; return false;
} }