From befada0231f09993375693680eef6408f7db0291 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 23 Jun 2014 18:58:41 +0300 Subject: [PATCH] increased text size --- OsmAnd/res/layout/route_point_info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/route_point_info.xml b/OsmAnd/res/layout/route_point_info.xml index 229b525b40..a5e01724be 100644 --- a/OsmAnd/res/layout/route_point_info.xml +++ b/OsmAnd/res/layout/route_point_info.xml @@ -25,6 +25,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="5dp" + android:textSize="20sp" android:layout_gravity="center_vertical"/> \ No newline at end of file