mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
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.
This commit is contained in:
parent
fdf822f430
commit
4a3a0228ef
@ -19,7 +19,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:background="?attr/colorSurface"
|
android:background="?attr/colorSurface"
|
||||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
|
||||||
app:subtitleTextColor="?attr/colorOnSurface"
|
app:subtitleTextColor="?attr/colorOnSurface"
|
||||||
app:titleTextColor="?attr/colorOnSurface" />
|
app:titleTextColor="?attr/colorOnSurface" />
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user