summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/src/main/res/layout/activity_main.xml')
-rw-r--r--android-app/app/src/main/res/layout/activity_main.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/android-app/app/src/main/res/layout/activity_main.xml b/android-app/app/src/main/res/layout/activity_main.xml
index 99aa192..c6e80e0 100644
--- a/android-app/app/src/main/res/layout/activity_main.xml
+++ b/android-app/app/src/main/res/layout/activity_main.xml
@@ -87,7 +87,7 @@
android:visibility="gone"
android:clickable="true"
android:focusable="true"
- android:background="?attr/colorSurface" />
+ android:background="?attr/colorSurfaceContainerHigh" />
<!-- Fishing mode overlay card — bottom-start, above bottom sheet -->
<org.terst.nav.ui.fishing.FishingOverlayView
@@ -126,7 +126,8 @@
android:layout_height="wrap_content"
app:behavior_hideable="false"
app:behavior_peekHeight="120dp"
- app:cardElevation="4dp"
+ app:cardElevation="0dp"
+ app:cardBackgroundColor="?attr/colorSurfaceContainerHigh"
app:strokeWidth="0dp"
app:shapeAppearance="@style/ShapeAppearance.Nav.BottomSheet"
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
@@ -191,7 +192,7 @@
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="?attr/colorSurface"
+ android:background="?attr/colorSurfaceContainerHigh"
app:menu="@menu/bottom_nav_menu" />
</LinearLayout>