From 7d50d7ff526641ec3238f0845f6515398c045556 Mon Sep 17 00:00:00 2001 From: CrepeTF <70870719+CrepeTF@users.noreply.github.com> Date: Sun, 17 Apr 2022 15:29:09 +0100 Subject: [PATCH] Add elevation to navigation rails (#6947) Co-authored-by: CrepeTF --- app/src/main/res/layout-sw720dp/main_activity.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout-sw720dp/main_activity.xml b/app/src/main/res/layout-sw720dp/main_activity.xml index daa4b0a8b2..4accfd4a66 100644 --- a/app/src/main/res/layout-sw720dp/main_activity.xml +++ b/app/src/main/res/layout-sw720dp/main_activity.xml @@ -17,7 +17,7 @@ android:layout_height="wrap_content" android:fitsSystemWindows="true" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" + app:layout_constraintStart_toEndOf="@id/side_nav" app:layout_constraintTop_toTopOf="parent"> @@ -56,7 +56,7 @@ android:background="?attr/colorPrimary" android:visibility="gone" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" + app:layout_constraintStart_toEndOf="@id/side_nav" app:layout_constraintTop_toBottomOf="@+id/downloaded_only" tools:visibility="visible"> @@ -73,11 +73,10 @@