diff options
| author | Simonx22 <simon@oatmealdome.me> | 2025-11-10 06:47:10 -0500 |
|---|---|---|
| committer | Simonx22 <simon@oatmealdome.me> | 2025-11-10 06:47:10 -0500 |
| commit | 4a3a0228efd11a404d2bfb2101709ebc7d1657db (patch) | |
| tree | 699206e4046af60cccf04412729672cc4f1a349d /Source/Android | |
| parent | fdf822f4305ae7cc5aef655fe484c903b8fb05b1 (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')
| -rw-r--r-- | Source/Android/app/src/main/res/layout/activity_main.xml | 1 |
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" /> |
