Fixed message list sccrollbar layout

This commit is contained in:
M66B 2019-05-09 19:47:12 +02:00
parent 4f853b742f
commit aee4b419d5
1 changed files with 1 additions and 3 deletions

View File

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