Fix route statistics UI (distance)
This commit is contained in:
parent
91195d2296
commit
538a84bc70
1 changed files with 2 additions and 2 deletions
|
@ -75,9 +75,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="left"
|
||||
android:text="@string/distance"
|
||||
android:textColor="@color/description_font_and_bottom_sheet_icons"
|
||||
android:textSize="@dimen/default_sub_text_size"
|
||||
tools:text="@string/route_distance" />
|
||||
android:textSize="@dimen/default_sub_text_size" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue