mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
do not center the letters scrollbar, move it to the top
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user