From 91195d22969f4bc9c36843450fa791ddb642d440 Mon Sep 17 00:00:00 2001 From: crimean Date: Thu, 28 Mar 2019 11:26:16 +0300 Subject: [PATCH] Fix route statistics UI --- OsmAnd/res/layout/route_info_statistic.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/OsmAnd/res/layout/route_info_statistic.xml b/OsmAnd/res/layout/route_info_statistic.xml index 917816fed9..3ac199224d 100644 --- a/OsmAnd/res/layout/route_info_statistic.xml +++ b/OsmAnd/res/layout/route_info_statistic.xml @@ -38,8 +38,9 @@ @@ -66,16 +67,17 @@ android:gravity="left" android:singleLine="true" android:textColor="?attr/main_font_color_basic" - android:textSize="@dimen/default_list_text_size" /> + android:textSize="@dimen/default_list_text_size" + tools:text="10 km" /> + android:textSize="@dimen/default_sub_text_size" + tools:text="@string/route_distance" /> @@ -90,8 +92,9 @@ @@ -118,16 +121,17 @@ android:gravity="left" android:singleLine="true" android:textColor="?attr/main_font_color_basic" - android:textSize="@dimen/default_list_text_size" /> + android:textSize="@dimen/default_list_text_size" + tools:text="5 min" /> + android:textSize="@dimen/default_sub_text_size" + tools:text="@string/arrive_at_time" />