diff --git a/OsmAnd/res/layout/bottom_sheet_item_simple.xml b/OsmAnd/res/layout/bottom_sheet_item_simple.xml index 95818ad1bc..caa7c15305 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_simple.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_simple.xml @@ -7,6 +7,8 @@ android:background="?attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="@dimen/bottom_sheet_list_item_height" + android:paddingBottom="@dimen/content_padding_half" + android:paddingTop="@dimen/content_padding_half" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding"> diff --git a/OsmAnd/res/layout/bottom_sheet_item_simple_56dp.xml b/OsmAnd/res/layout/bottom_sheet_item_simple_56dp.xml index 2ab71ce2c9..73c24f608c 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_simple_56dp.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_simple_56dp.xml @@ -7,6 +7,8 @@ android:background="?attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="@dimen/bottom_sheet_selected_item_title_height" + android:paddingBottom="@dimen/content_padding_half" + android:paddingTop="@dimen/content_padding_half" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding"> diff --git a/OsmAnd/res/layout/bottom_sheet_item_with_radio_btn_left.xml b/OsmAnd/res/layout/bottom_sheet_item_with_radio_btn_left.xml index 41ed0a1f48..2daaddcd93 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_with_radio_btn_left.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_with_radio_btn_left.xml @@ -25,6 +25,8 @@ android:id="@+id/title" android:layout_width="0dp" android:layout_height="wrap_content" + android:paddingBottom="@dimen/content_padding_half" + android:paddingTop="@dimen/content_padding_half" android:layout_marginEnd="@dimen/content_padding" android:layout_marginRight="@dimen/content_padding" android:layout_weight="1" diff --git a/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml b/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml index 24803d749b..7b7f3dc52a 100644 --- a/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml +++ b/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml @@ -35,6 +35,8 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" + android:paddingTop="@dimen/content_padding_half" + android:paddingBottom="@dimen/content_padding_half" android:background="?attr/card_and_list_background_basic" android:orientation="vertical">