diff --git a/OsmAnd/res/layout/subscription_fragment.xml b/OsmAnd/res/layout/subscription_fragment.xml
index 59b6f9b1b8..ad308e6be1 100644
--- a/OsmAnd/res/layout/subscription_fragment.xml
+++ b/OsmAnd/res/layout/subscription_fragment.xml
@@ -1,5 +1,4 @@
-
@@ -19,19 +19,19 @@
android:layout_width="52dp"
android:layout_height="52dp"
android:contentDescription="@string/shared_string_close"
- app:srcCompat="@drawable/ic_action_remove_dark"/>
+ app:srcCompat="@drawable/ic_action_remove_dark" />
+ app:typeface="@string/font_roboto_regular" />
@@ -39,7 +39,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
-
+
@@ -76,54 +76,81 @@
android:layout_width="56dp"
android:layout_height="48dp"
android:scaleType="center"
- app:srcCompat="@drawable/ic_action_osm_live"
- android:tint="@color/osmand_orange"/>
+ android:tint="@color/osmand_orange"
+ app:srcCompat="@drawable/ic_action_osm_live" />
+ android:textColor="?android:attr/textColorPrimary" />
+ android:orientation="horizontal">
+ android:layout_marginTop="@dimen/context_menu_second_line_top_margin"
+ android:layout_marginStart="@dimen/list_content_padding"
+ android:layout_marginLeft="@dimen/list_content_padding"
+ android:paddingStart="@dimen/local_size_height"
+ android:paddingLeft="@dimen/local_size_height"
+ android:paddingEnd="@dimen/local_size_height"
+ android:paddingRight="@dimen/local_size_height"
+ android:text="@string/donation_to_osm" />
-
+ android:minHeight="56dp"
+ android:orientation="vertical">
+
+
+
+
+
+
@@ -140,13 +167,13 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginBottom="6dp"
- android:background="?attr/dashboard_divider"/>
+ android:background="?attr/dashboard_divider" />
@@ -155,47 +182,48 @@
android:layout_width="56dp"
android:layout_height="48dp"
android:scaleType="center"
- app:srcCompat="@drawable/ic_world_globe_dark"/>
+ app:srcCompat="@drawable/ic_world_globe_dark" />
+ android:layout_marginEnd="16dp"
+ android:layout_marginRight="16dp"
+ android:orientation="vertical">
+ android:textColor="?android:attr/textColorSecondary" />
+ app:drawableEndCompat="@drawable/ic_action_arrow_drop_down"
+ app:drawableRightCompat="@drawable/ic_action_arrow_drop_down" />
+ android:textColor="?android:attr/textColorSecondary" />
@@ -213,21 +241,21 @@
android:layout_width="56dp"
android:layout_height="48dp"
android:scaleType="center"
- app:srcCompat="@drawable/ic_action_message"/>
+ app:srcCompat="@drawable/ic_action_message" />
+ android:paddingStart="2dp"
+ android:paddingLeft="2dp" />
@@ -235,14 +263,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:layout_marginStart="72dp"
android:layout_marginLeft="72dp"
+ android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
+ android:paddingStart="2dp"
android:paddingLeft="2dp"
android:text="@string/osm_live_email_desc"
- android:textColor="?android:attr/textColorSecondary"
- android:paddingStart="2dp"
- android:layout_marginStart="72dp"
- android:layout_marginEnd="16dp" />
+ android:textColor="?android:attr/textColorSecondary" />
+ app:srcCompat="@drawable/ic_action_user" />
+ android:paddingStart="2dp"
+ android:paddingLeft="2dp" />
@@ -284,16 +312,16 @@
android:id="@+id/hideUserNameCheckbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="12dp"
+ android:layout_marginStart="72dp"
android:layout_marginLeft="72dp"
- android:layout_marginRight="16dp"
android:layout_marginTop="8dp"
+ android:layout_marginEnd="16dp"
+ android:layout_marginRight="16dp"
+ android:layout_marginBottom="12dp"
+ android:paddingStart="4dp"
android:paddingLeft="4dp"
android:text="@string/osm_live_hide_user_name"
- android:textColor="?android:attr/textColorPrimary"
- android:layout_marginEnd="16dp"
- android:paddingStart="4dp"
- android:layout_marginStart="72dp" />
+ android:textColor="?android:attr/textColorPrimary" />
@@ -303,35 +331,35 @@
android:id="@+id/editModeBottomView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="16dp"
android:layout_marginTop="16dp"
+ android:layout_marginBottom="16dp"
android:visibility="visible">
+ android:textColor="@color/color_white" />
-
+
+ android:layout_height="16dp" />
diff --git a/OsmAnd/res/layout/two_line_with_images_list_item.xml b/OsmAnd/res/layout/two_line_with_images_list_item.xml
index 66b2777765..4ef2c29631 100644
--- a/OsmAnd/res/layout/two_line_with_images_list_item.xml
+++ b/OsmAnd/res/layout/two_line_with_images_list_item.xml
@@ -24,7 +24,7 @@
android:layout_gravity="center_vertical"
android:layout_marginRight="@dimen/favorites_icon_right_margin"
tools:src="@drawable/ic_map"
- android:layout_marginEnd="@dimen/favorites_icon_right_margin" />
+ android:layout_marginEnd="@dimen/favorites_icon_right_margin" />
+ android:layout_marginStart="@dimen/dashFavIconMargin" />
+ android:textColor="@color/text_color_tab_active_light"
+ android:visibility="gone" />