Skip to content

Commit

Permalink
Fix Route Line width card bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-kutz committed May 3, 2022
1 parent af6971f commit 6bf1d94
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions OsmAnd/res/layout/route_line_width_card.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:osmand="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:osmand="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">

<View
Expand Down Expand Up @@ -42,8 +42,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="@dimen/content_padding"
android:paddingBottom="@dimen/favorites_select_group_button_height">
android:paddingTop="@dimen/content_padding">

<LinearLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -126,10 +125,13 @@
android:paddingLeft="@dimen/content_padding"
android:paddingTop="@dimen/content_padding_small"
android:paddingRight="@dimen/content_padding"
android:paddingBottom="@dimen/content_padding_small"
android:textColor="?android:textColorSecondary"
android:textSize="@dimen/default_desc_text_size"
osmand:typeface="@string/font_roboto_regular"
tools:text="Route line would be use width specified on selected map style: OsmAnd." />

<View
android:layout_width="match_parent"
android:layout_height="@dimen/content_padding_small" />

</LinearLayout>

0 comments on commit 6bf1d94

Please sign in to comment.