diff --git a/OsmAnd/res/drawable/btn_unstroked.xml b/OsmAnd/res/drawable/btn_unstroked.xml
new file mode 100644
index 0000000000..e9405e72c7
--- /dev/null
+++ b/OsmAnd/res/drawable/btn_unstroked.xml
@@ -0,0 +1,13 @@
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/OsmAnd/res/layout/dialog_edit_gpx_description.xml b/OsmAnd/res/layout/dialog_edit_gpx_description.xml
index 1d2428f82b..66c0d57f0a 100644
--- a/OsmAnd/res/layout/dialog_edit_gpx_description.xml
+++ b/OsmAnd/res/layout/dialog_edit_gpx_description.xml
@@ -21,11 +21,13 @@
android:layout_marginLeft="@dimen/card_padding"
android:padding="@dimen/context_menu_padding_margin_small"
android:paddingStart="@dimen/context_menu_padding_margin_small"
- android:paddingEnd="@dimen/context_menu_padding_margin_small">
+ android:paddingEnd="@dimen/context_menu_padding_margin_small"
+ android:background="@null">
@@ -43,18 +45,20 @@
osmand:typeface="@string/font_roboto_medium" />
+ android:layout_gravity="center_vertical">
+ android:layout_height="match_parent"
+ android:layout_marginStart="@dimen/content_padding"
+ android:layout_marginLeft="@dimen/content_padding"
+ android:layout_marginTop="@dimen/content_padding_half"
+ android:layout_marginRight="@dimen/content_padding"
+ android:layout_marginEnd="@dimen/content_padding"
+ android:layout_marginBottom="@dimen/content_padding_half">
+ android:orientation="vertical">
-
+ android:layout_height="@dimen/action_bar_height"
+ android:background="?attr/pstsTabBackground"
+ android:orientation="horizontal"
+ android:gravity="center_vertical">
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:layout_height="match_parent"
+ android:background="?attr/activity_background_basic">
+ android:visibility="gone"
+ tools:visibility="visible">
+ osmand:typeface="@string/font_roboto_medium" />
diff --git a/OsmAnd/res/layout/gpx_description_preview_card.xml b/OsmAnd/res/layout/gpx_description_preview_card.xml
index a3b0ab8b25..551110d028 100644
--- a/OsmAnd/res/layout/gpx_description_preview_card.xml
+++ b/OsmAnd/res/layout/gpx_description_preview_card.xml
@@ -68,19 +68,18 @@
android:orientation="horizontal">
+ android:layout_marginStart="@dimen/content_padding_half"
+ android:layout_marginLeft="@dimen/content_padding_half">
+ android:layout_marginRight="@dimen/content_padding_half"
+ android:layout_marginEnd="@dimen/content_padding_half"
+ android:layout_gravity="end">
@@ -142,7 +140,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
- android:background="?attr/selectableItemBackgroundBorderless"
+ android:duplicateParentState="true"
android:padding="@dimen/bottom_sheet_content_padding_small"
android:paddingStart="@dimen/bottom_sheet_content_padding_small"
android:paddingEnd="@dimen/bottom_sheet_content_padding_small"
diff --git a/OsmAnd/res/values/attrs.xml b/OsmAnd/res/values/attrs.xml
index c745589ef7..104471ab6d 100644
--- a/OsmAnd/res/values/attrs.xml
+++ b/OsmAnd/res/values/attrs.xml
@@ -142,6 +142,7 @@
+
diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml
index 5c074185ef..b406c0d5f9 100644
--- a/OsmAnd/res/values/styles.xml
+++ b/OsmAnd/res/values/styles.xml
@@ -249,6 +249,7 @@
- @color/text_input_background_light
- @drawable/img_help_announcement_time_day
- @color/switch_button_active_light
+ - @color/active_buttons_and_links_bg_pressed_light