From edc53aa11fefe1bf4cdbf2bb1fd682a1d6243024 Mon Sep 17 00:00:00 2001 From: MHShetty Date: Sat, 6 Sep 2025 14:37:06 +0530 Subject: [PATCH] Place gyroscope within ConstraintLayout Fixes issue with unresponsiveness of bottom tab layout when gyroscope suggestions are enabled --- app/src/main/res/layout/activity_main.xml | 122 +++++++++++----------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index bb02b81c..04355c6a 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -62,81 +62,81 @@ app:layout_constraintTop_toBottomOf="@id/preview" app:layout_constraintBottom_toBottomOf="parent"/> - - - - - + android:layout_gravity="center" + android:visibility="gone"> - + android:layout_height="match_parent" + android:gravity="center" + android:rotation="0" + android:paddingBottom="14sp" + android:layout_marginBottom="9dp" + android:orientation="vertical"> + + + + + + + android:layout_height="1.5dp"/> - + - + - + - - - + - + - + - +