do not center the letters scrollbar, move it to the top

This commit is contained in:
tibbi 2020-02-05 22:39:22 +01:00
parent d7b65c21f4
commit 17de64eb5f
1 changed files with 4 additions and 3 deletions

View File

@ -45,9 +45,10 @@
<com.reddit.indicatorfastscroll.FastScrollerView
android:id="@+id/letter_fastscroller"
android:layout_width="32dp"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_margin"
android:layout_alignParentEnd="true" />
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:paddingTop="@dimen/big_margin"
android:paddingBottom="@dimen/big_margin" />
<com.reddit.indicatorfastscroll.FastScrollerThumbView
android:id="@+id/letter_fastscroller_thumb"