diff --git a/android/app/src/main/res/layout/dialog_sorting_types.xml b/android/app/src/main/res/layout/dialog_sorting_types.xml
index 50e43174c..1def89a8b 100644
--- a/android/app/src/main/res/layout/dialog_sorting_types.xml
+++ b/android/app/src/main/res/layout/dialog_sorting_types.xml
@@ -1,6 +1,7 @@
+ android:text="@string/by_default"
+ app:buttonTint="@null"/>
+ android:text="@string/by_name"
+ app:buttonTint="@null"/>
+ android:text="@string/by_type"
+ app:buttonTint="@null"/>
+ android:text="@string/by_distance"
+ app:buttonTint="@null"/>
+ android:text="@string/by_date"
+ app:buttonTint="@null"/>
diff --git a/android/app/src/main/res/layout/edit_bookmark_common.xml b/android/app/src/main/res/layout/edit_bookmark_common.xml
index b56dff316..3e3eea11c 100644
--- a/android/app/src/main/res/layout/edit_bookmark_common.xml
+++ b/android/app/src/main/res/layout/edit_bookmark_common.xml
@@ -91,8 +91,9 @@
style="?fontBody1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginEnd="@dimen/margin_half"
+ android:layout_marginStart="@dimen/margin_half"
android:layout_below="@id/rl__bookmark_set"
- android:layout_margin="@dimen/margin_half"
android:hint="@string/placepage_personal_notes_hint"
android:textColorHint="?android:textColorSecondary">
diff --git a/android/app/src/main/res/layout/fragment_editor.xml b/android/app/src/main/res/layout/fragment_editor.xml
index 3f14a84be..0981aaa2c 100644
--- a/android/app/src/main/res/layout/fragment_editor.xml
+++ b/android/app/src/main/res/layout/fragment_editor.xml
@@ -23,7 +23,7 @@
android:textAppearance="@style/MwmTextAppearance.Body4"/>
+ style="@style/MwmWidget.M3.Editor.CardView">
+ style="@style/MwmWidget.M3.Editor.CardView">
+ style="@style/MwmWidget.M3.Editor.CardView">
+ style="@style/MwmWidget.M3.Editor.CardView">
+ style="@style/MwmWidget.M3.Editor.CardView">
+ style="@style/MwmWidget.M3.Editor.CardView">
diff --git a/android/app/src/main/res/layout/item_bookmark_category.xml b/android/app/src/main/res/layout/item_bookmark_category.xml
index 2777c7989..e26b9cdc0 100644
--- a/android/app/src/main/res/layout/item_bookmark_category.xml
+++ b/android/app/src/main/res/layout/item_bookmark_category.xml
@@ -8,8 +8,8 @@
android:background="@drawable/bg_clickable_card">
+ android:focusable="false"
+ app:buttonTint="@null"/>
+ app:layout_constraintTop_toTopOf="parent"
+ app:buttonTint="@null"/>
+ app:layout_constraintTop_toTopOf="parent"
+ app:buttonTint="@null"/>
diff --git a/android/app/src/main/res/layout/routing_plan.xml b/android/app/src/main/res/layout/routing_plan.xml
index 4ceee4668..af872f701 100644
--- a/android/app/src/main/res/layout/routing_plan.xml
+++ b/android/app/src/main/res/layout/routing_plan.xml
@@ -43,9 +43,8 @@
-
-
diff --git a/android/app/src/main/res/values/dimens.xml b/android/app/src/main/res/values/dimens.xml
index 4f7919801..a1c7249e9 100644
--- a/android/app/src/main/res/values/dimens.xml
+++ b/android/app/src/main/res/values/dimens.xml
@@ -183,4 +183,5 @@
0.8
+ 40dp
diff --git a/android/app/src/main/res/values/styles-editor.xml b/android/app/src/main/res/values/styles-editor.xml
index da20e10a3..afedc6020 100644
--- a/android/app/src/main/res/values/styles-editor.xml
+++ b/android/app/src/main/res/values/styles-editor.xml
@@ -57,12 +57,14 @@
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
index b4faab183..fe91d4edb 100644
--- a/android/app/src/main/res/values/styles.xml
+++ b/android/app/src/main/res/values/styles.xml
@@ -35,17 +35,20 @@
- 34dp
-
-
-
-
diff --git a/android/app/src/main/res/values/themes.xml b/android/app/src/main/res/values/themes.xml
index 8990a5a1b..5b64c7211 100644
--- a/android/app/src/main/res/values/themes.xml
+++ b/android/app/src/main/res/values/themes.xml
@@ -1,10 +1,10 @@
-
@@ -161,7 +167,7 @@
- @color/bg_window
-
-
-