mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Fixed message list sccrollbar layout
This commit is contained in:
parent
4f853b742f
commit
aee4b419d5
1 changed files with 1 additions and 3 deletions
|
@ -150,9 +150,7 @@
|
|||
android:clipToPadding="false"
|
||||
android:paddingBottom="90dp"
|
||||
android:scrollbarStyle="outsideOverlay"
|
||||
android:scrollbarThumbVertical="@drawable/fast_scroll_thumb"
|
||||
android:scrollbarTrackVertical="@drawable/fast_scroll_track"
|
||||
android:scrollbars="vertical"
|
||||
android:scrollbars="none"
|
||||
app:fastScrollEnabled="true"
|
||||
app:fastScrollHorizontalThumbDrawable="@drawable/fast_scroll_thumb"
|
||||
app:fastScrollHorizontalTrackDrawable="@drawable/fast_scroll_track"
|
||||
|
|
Loading…
Reference in a new issue