fix: what does the fix say? 🦊

This commit is contained in:
rebelonion 2024-05-25 08:37:16 -05:00
parent 37949c7e8e
commit 7717974b9e
8 changed files with 436 additions and 15 deletions

View file

@ -28,7 +28,7 @@
android:src="@drawable/linear_gradient_bg"
tools:ignore="ContentDescription" />
<LinearLayout
<androidx.core.widget.NestedScrollView
android:id="@+id/textActivityContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -47,7 +47,7 @@
android:textSize="18sp"
android:visibility="gone"
tools:ignore="HardcodedText" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<FrameLayout
android:id="@+id/leftTouchPanel"