mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-21 00:20:52 +00:00
Fix scrollbar overlapping icons in the toolbar container on some devices (#411)
by setting a custom scrollbar thumb color / drawable
This commit is contained in:
parent
3b48e49067
commit
0eab3c3281
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
android:id="@+id/toolbar_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scrollbarThumbHorizontal="@color/toolbar_scrollbar"
|
||||
android:visibility="gone">
|
||||
<LinearLayout
|
||||
android:id="@+id/toolbar"
|
||||
|
|
|
@ -71,4 +71,7 @@
|
|||
<!-- Actually used keyboard default background colors -->
|
||||
<color name="keyboard_background_light">@color/keyboard_background_lxx_light_border</color>
|
||||
<color name="keyboard_background_dark">#263238</color>
|
||||
|
||||
<!-- Scrollbar color -->
|
||||
<color name="toolbar_scrollbar">#66808080</color>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue