We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b65c2 commit 17de64eCopy full SHA for 17de64e
app/src/main/res/layout/fragment_letters_layout.xml
@@ -45,9 +45,10 @@
45
<com.reddit.indicatorfastscroll.FastScrollerView
46
android:id="@+id/letter_fastscroller"
47
android:layout_width="32dp"
48
- android:layout_height="match_parent"
49
- android:paddingBottom="@dimen/activity_margin"
50
- android:layout_alignParentEnd="true" />
+ android:layout_height="wrap_content"
+ android:layout_alignParentEnd="true"
+ android:paddingTop="@dimen/big_margin"
51
+ android:paddingBottom="@dimen/big_margin" />
52
53
<com.reddit.indicatorfastscroll.FastScrollerThumbView
54
android:id="@+id/letter_fastscroller_thumb"
0 commit comments