Fix sizing

This commit is contained in:
PavelRatushny 2017-12-14 13:54:30 +02:00
parent c2521e6d60
commit 61c3cda033
3 changed files with 12 additions and 4 deletions

View file

@ -382,6 +382,7 @@
android:paddingBottom="@dimen/context_menu_padding_margin_small">
<ImageView
android:layout_marginBottom="@dimen/context_menu_main_actions_icon_margin"
android:id="@+id/context_menu_fav_image_view"
android:contentDescription="@string/shared_string_add_to_favorites"
android:layout_width="wrap_content"
@ -415,6 +416,7 @@
android:paddingBottom="@dimen/context_menu_padding_margin_small">
<ImageView
android:layout_marginBottom="@dimen/context_menu_main_actions_icon_margin"
android:id="@+id/context_menu_route_image_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -447,6 +449,7 @@
android:paddingBottom="@dimen/context_menu_padding_margin_small">
<ImageView
android:layout_marginBottom="@dimen/context_menu_main_actions_icon_margin"
android:id="@+id/context_menu_share_image_view"
android:contentDescription="@string/context_menu_item_share_location"
android:layout_width="wrap_content"
@ -480,6 +483,7 @@
android:paddingBottom="@dimen/context_menu_padding_margin_small">
<ImageView
android:layout_marginBottom="@dimen/context_menu_main_actions_icon_margin"
android:id="@+id/context_menu_more_image_view"
android:contentDescription="@string/shared_string_more"
android:layout_width="wrap_content"

View file

@ -65,14 +65,16 @@
<dimen name="context_menu_padding_margin_medium">15dp</dimen>
<dimen name="context_menu_padding_margin_small">12dp</dimen>
<dimen name="context_menu_padding_margin_tiny">9dp</dimen>
<dimen name="context_menu_title_padding">23dp</dimen>
<dimen name="context_menu_controller_height">54dp</dimen>
<dimen name="context_menu_progress_padding_left">27dp</dimen>
<dimen name="context_menu_progress_padding_right">3dp</dimen>
<dimen name="context_menu_action_buttons_height">84dp</dimen>
<dimen name="context_menu_subtitle_margin">5dp</dimen>
<dimen name="context_menu_direction_margin">27dp</dimen>
<dimen name="context_menu_direction_margin">18dp</dimen>
<dimen name="context_menu_transport_stop_item_height">24dp</dimen>
<dimen name="context_menu_main_actions_padding_top">8dp</dimen>
<dimen name="context_menu_main_actions_padding_top">9dp</dimen>
<dimen name="context_menu_main_actions_icon_margin">5dp</dimen>
<dimen name="fab_size_with_shadow">90dp</dimen>
<dimen name="fab_margin_right">18dp</dimen>

View file

@ -136,14 +136,16 @@
<dimen name="context_menu_padding_margin_medium">10dp</dimen>
<dimen name="context_menu_padding_margin_small">8dp</dimen>
<dimen name="context_menu_padding_margin_tiny">6dp</dimen>
<dimen name="context_menu_title_padding">15dp</dimen>
<dimen name="context_menu_controller_height">36dp</dimen>
<dimen name="context_menu_progress_padding_left">18dp</dimen>
<dimen name="context_menu_progress_padding_right">2dp</dimen>
<dimen name="context_menu_action_buttons_height">56dp</dimen>
<dimen name="context_menu_subtitle_margin">3dp</dimen>
<dimen name="context_menu_direction_margin">18dp</dimen>
<dimen name="context_menu_direction_margin">12dp</dimen>
<dimen name="context_menu_transport_stop_item_height">16dp</dimen>
<dimen name="context_menu_main_actions_padding_top">5dp</dimen>
<dimen name="context_menu_main_actions_padding_top">6dp</dimen>
<dimen name="context_menu_main_actions_icon_margin">3dp</dimen>
<dimen name="fab_size_with_shadow">62dp</dimen>
<dimen name="fab_margin_right">12dp</dimen>