diff --git a/android/app/src/main/res/drawable/bg_nav_next_next_turn.xml b/android/app/src/main/res/drawable/bg_nav_next_next_turn.xml
index c7fae1dbc..e21dafa0d 100644
--- a/android/app/src/main/res/drawable/bg_nav_next_next_turn.xml
+++ b/android/app/src/main/res/drawable/bg_nav_next_next_turn.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/android/app/src/main/res/layout-land/layout_nav.xml b/android/app/src/main/res/layout-land/layout_nav.xml
index 6ee0ac8fb..50dcc1feb 100644
--- a/android/app/src/main/res/layout-land/layout_nav.xml
+++ b/android/app/src/main/res/layout-land/layout_nav.xml
@@ -40,6 +40,5 @@
android:id="@+id/nav_bottom_sheet_nav_bar"
android:layout_width="0dp"
android:layout_height="0dp"
- android:layout_gravity="bottom|start"
- android:background="?cardBackground"/>
+ android:layout_gravity="bottom|start" />
diff --git a/android/app/src/main/res/layout/bottom_sheet_menu_item.xml b/android/app/src/main/res/layout/bottom_sheet_menu_item.xml
index a0a6f33c1..8a5eba6eb 100644
--- a/android/app/src/main/res/layout/bottom_sheet_menu_item.xml
+++ b/android/app/src/main/res/layout/bottom_sheet_menu_item.xml
@@ -8,7 +8,7 @@
android:paddingStart="@dimen/margin_base"
android:paddingEnd="@dimen/margin_base"
android:gravity="center_vertical"
- android:background="?clickableBackground"
+ android:background="?appBackground"
android:orientation="horizontal">
+ android:layout_gravity="bottom|center" />
diff --git a/android/app/src/main/res/layout/place_page.xml b/android/app/src/main/res/layout/place_page.xml
index ee276973e..4d0454697 100644
--- a/android/app/src/main/res/layout/place_page.xml
+++ b/android/app/src/main/res/layout/place_page.xml
@@ -4,6 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
+ android:background="?cardBackground"
android:orientation="vertical">
#FF3C4044
@color/bg_window
#FF588157
+ #10140F
#CC2D3237
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
index a414bb5a3..a2f9b4ce5 100644
--- a/android/app/src/main/res/values/styles.xml
+++ b/android/app/src/main/res/values/styles.xml
@@ -290,13 +290,13 @@