Skip to content

Commit 17de64e

Browse files
committed
do not center the letters scrollbar, move it to the top
1 parent d7b65c2 commit 17de64e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/layout/fragment_letters_layout.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@
4545
<com.reddit.indicatorfastscroll.FastScrollerView
4646
android:id="@+id/letter_fastscroller"
4747
android:layout_width="32dp"
48-
android:layout_height="match_parent"
49-
android:paddingBottom="@dimen/activity_margin"
50-
android:layout_alignParentEnd="true" />
48+
android:layout_height="wrap_content"
49+
android:layout_alignParentEnd="true"
50+
android:paddingTop="@dimen/big_margin"
51+
android:paddingBottom="@dimen/big_margin" />
5152

5253
<com.reddit.indicatorfastscroll.FastScrollerThumbView
5354
android:id="@+id/letter_fastscroller_thumb"

0 commit comments

Comments
 (0)