do not center the letters scrollbar, move it to the top
This commit is contained in:
parent
d7b65c21f4
commit
17de64eb5f
|
@ -45,9 +45,10 @@
|
||||||
<com.reddit.indicatorfastscroll.FastScrollerView
|
<com.reddit.indicatorfastscroll.FastScrollerView
|
||||||
android:id="@+id/letter_fastscroller"
|
android:id="@+id/letter_fastscroller"
|
||||||
android:layout_width="32dp"
|
android:layout_width="32dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:paddingBottom="@dimen/activity_margin"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentEnd="true" />
|
android:paddingTop="@dimen/big_margin"
|
||||||
|
android:paddingBottom="@dimen/big_margin" />
|
||||||
|
|
||||||
<com.reddit.indicatorfastscroll.FastScrollerThumbView
|
<com.reddit.indicatorfastscroll.FastScrollerThumbView
|
||||||
android:id="@+id/letter_fastscroller_thumb"
|
android:id="@+id/letter_fastscroller_thumb"
|
||||||
|
|
Loading…
Reference in New Issue