diff --git a/android/app/src/main/res/layout-land/layout_nav_top.xml b/android/app/src/main/res/layout-land/layout_nav_top.xml index 6417a9a13..0bed70751 100644 --- a/android/app/src/main/res/layout-land/layout_nav_top.xml +++ b/android/app/src/main/res/layout-land/layout_nav_top.xml @@ -17,6 +17,7 @@ android:id="@+id/street_frame" android:layout_width="500dp" android:layout_height="wrap_content" + style="@style/Widget.Material3.CardView.Filled" android:layout_marginEnd="@dimen/margin_quarter" app:cardCornerRadius="@dimen/margin_half" android:elevation="@dimen/nav_elevation" diff --git a/android/app/src/main/res/layout/layout_nav_top.xml b/android/app/src/main/res/layout/layout_nav_top.xml index 92846d01f..79f2e7115 100644 --- a/android/app/src/main/res/layout/layout_nav_top.xml +++ b/android/app/src/main/res/layout/layout_nav_top.xml @@ -17,6 +17,7 @@ android:id="@+id/street_frame" android:layout_width="match_parent" android:layout_height="wrap_content" + style="@style/Widget.Material3.CardView.Filled" android:layout_marginStart="@dimen/nav_street_left" android:layout_marginEnd="@dimen/margin_quarter" app:cardCornerRadius="@dimen/margin_half"