diff --git a/OsmAnd/res/layout/bottom_sheet_item_preference_switch.xml b/OsmAnd/res/layout/bottom_sheet_item_preference_switch.xml index 6e281a4d04..d424b02fb1 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_preference_switch.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_preference_switch.xml @@ -13,11 +13,11 @@ android:layout_marginEnd="@dimen/content_padding" android:layout_marginRight="@dimen/content_padding" android:minHeight="@dimen/bottom_sheet_list_item_height" + android:paddingStart="@dimen/content_padding" android:paddingLeft="@dimen/content_padding" - android:paddingRight="@dimen/content_padding" - tools:background="@drawable/rectangle_rounded_right" android:paddingEnd="@dimen/content_padding" - android:paddingStart="@dimen/content_padding"> + android:paddingRight="@dimen/content_padding" + tools:background="@drawable/rectangle_rounded_right"> + android:focusableInTouchMode="false" + android:saveEnabled="false" />