summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorSimonx22 <simon@oatmealdome.me>2025-11-10 06:47:10 -0500
committerSimonx22 <simon@oatmealdome.me>2025-11-10 06:47:10 -0500
commit4a3a0228efd11a404d2bfb2101709ebc7d1657db (patch)
tree699206e4046af60cccf04412729672cc4f1a349d /Source/Android/app/src
parentfdf822f4305ae7cc5aef655fe484c903b8fb05b1 (diff)
Android: Keep main toolbar pinned on game grid
Prevents the version/build bar from sliding behind the status bar when scrolling so the time and build info remain readable instead of overlapping.
Diffstat (limited to 'Source/Android/app/src')
-rw-r--r--Source/Android/app/src/main/res/layout/activity_main.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/activity_main.xml b/Source/Android/app/src/main/res/layout/activity_main.xml
index a31a326c8e..130e39d9bb 100644
--- a/Source/Android/app/src/main/res/layout/activity_main.xml
+++ b/Source/Android/app/src/main/res/layout/activity_main.xml
@@ -19,7 +19,6 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorSurface"
- app:layout_scrollFlags="scroll|enterAlways|snap"
app:subtitleTextColor="?attr/colorOnSurface"
app:titleTextColor="?attr/colorOnSurface" />