show the selected letter at the fastscroller too

This commit is contained in:
tibbi 2020-02-05 16:28:44 +01:00
parent b67cb04f4a
commit 12279d09fd
2 changed files with 12 additions and 0 deletions

View File

@ -180,6 +180,9 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
FastScrollItemIndicator.Text("") FastScrollItemIndicator.Text("")
} }
}) })
letter_fastscroller_thumb.setupWithFastScroller(letter_fastscroller)
letter_fastscroller_thumb.textColor = config.primaryColor.getContrastColor()
} }
} }
} }

View File

@ -49,6 +49,15 @@
android:paddingBottom="@dimen/activity_margin" android:paddingBottom="@dimen/activity_margin"
android:layout_alignParentEnd="true" /> android:layout_alignParentEnd="true" />
<com.reddit.indicatorfastscroll.FastScrollerThumbView
android:id="@+id/letter_fastscroller_thumb"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_alignTop="@+id/letter_fastscroller"
android:layout_alignBottom="@+id/letter_fastscroller"
android:layout_marginEnd="@dimen/activity_margin"
android:layout_toStartOf="@+id/letter_fastscroller" />
</RelativeLayout> </RelativeLayout>
<com.simplemobiletools.commons.views.MyFloatingActionButton <com.simplemobiletools.commons.views.MyFloatingActionButton