diff --git a/android/res/layout-land/activity_map.xml b/android/res/layout-land/activity_map.xml index ffe74cf59a..2b213cd90d 100644 --- a/android/res/layout-land/activity_map.xml +++ b/android/res/layout-land/activity_map.xml @@ -35,11 +35,12 @@ android:background="@android:color/black" android:visibility="gone"/> - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout-sw600dp/download_item_placeholder.xml b/android/res/layout-sw600dp/download_item_placeholder.xml deleted file mode 100644 index 3178cc7ca8..0000000000 --- a/android/res/layout-sw600dp/download_item_placeholder.xml +++ /dev/null @@ -1,5 +0,0 @@ - - diff --git a/android/res/layout-sw600dp/fragment_downloader.xml b/android/res/layout-sw600dp/fragment_downloader.xml deleted file mode 100644 index f93df85576..0000000000 --- a/android/res/layout-sw600dp/fragment_downloader.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/android/res/layout-w416dp/layout_turn_instructions.xml b/android/res/layout-w416dp/layout_turn_instructions.xml new file mode 100644 index 0000000000..28cec47729 --- /dev/null +++ b/android/res/layout-w416dp/layout_turn_instructions.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/layout_turn_instructions.xml b/android/res/layout/layout_turn_instructions.xml index 1e338ee0da..527c4ab50b 100644 --- a/android/res/layout/layout_turn_instructions.xml +++ b/android/res/layout/layout_turn_instructions.xml @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:layout_marginRight="@dimen/margin_base" android:layout_weight="1" - android:gravity="center_vertical" + android:gravity="center" android:textAppearance="@style/MwmTextAppearance.Body2" tools:text="1.4 km"/> @@ -41,7 +41,7 @@ android:layout_height="wrap_content" android:layout_marginRight="@dimen/margin_base" android:layout_weight="1" - android:gravity="center_vertical" + android:gravity="center" android:textAppearance="@style/MwmTextAppearance.Body2" tools:text="1,5 min"/> @@ -51,7 +51,7 @@ android:layout_height="wrap_content" android:layout_marginRight="@dimen/margin_base_plus" android:layout_weight="1" - android:gravity="center_vertical" + android:gravity="center" android:textAppearance="@style/MwmTextAppearance.Body2" tools:text="1:00"/> @@ -98,7 +98,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/time_distance" - app:headRadius="0dp" + app:headRadius="2dp" app:progressColor="#757575" app:progressThickness="4dp" app:secondaryProgressColor="@color/base_black_divider"