From 0ce40993482a0a7a184924c96edfffa188f4d57e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 12 Jul 2025 13:12:01 -0700 Subject: [PATCH] Fix the location of the view by accounting for the action bar size. --- app/src/main/res/layout/main.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml index 4fac3d9..44212b9 100755 --- a/app/src/main/res/layout/main.xml +++ b/app/src/main/res/layout/main.xml @@ -2,12 +2,13 @@ + android:layout_height="match_parent" + android:layout_marginTop="?android:actionBarSize">