diff --git a/OsmAnd/res/layout/switch_select_list_item.xml b/OsmAnd/res/layout/switch_select_list_item.xml index 994a966b64..f72c319bba 100644 --- a/OsmAnd/res/layout/switch_select_list_item.xml +++ b/OsmAnd/res/layout/switch_select_list_item.xml @@ -51,7 +51,8 @@ android:background="?attr/selectableItemBackground" android:layout_width="wrap_content" android:layout_height="match_parent" - android:gravity="center_vertical" + android:maxWidth="150dp" + android:gravity="center_vertical|right" android:paddingLeft="8dp" android:paddingRight="8dp" android:text="@string/shared_string_select"