adding a fastscroller with letters at the contact list

This commit is contained in:
tibbi 2020-04-13 21:58:12 +02:00
parent 06f61b55cb
commit 9b758b617d
4 changed files with 55 additions and 1 deletions

View file

@ -40,4 +40,5 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.klinkerapps:android-smsmms:5.2.6'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
}