Merge pull request #14099 from Simonx22/android/fix-main-toolbar-scroll

Android: Keep main toolbar pinned on game grid
This commit is contained in:
Jordan Woyak 2025-11-11 14:32:19 -06:00 committed by GitHub
commit f0ed260460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" />