moving some fastscroller things into the library itself

This commit is contained in:
tibbi 2021-11-14 22:23:41 +01:00
parent 30c020a0d6
commit e43d0cd8e7
3 changed files with 1 additions and 22 deletions

View file

@ -34,7 +34,7 @@ dependencies {
implementation 'joda-time:joda-time:2.10.3'
implementation "androidx.exifinterface:exifinterface:1.3.3"
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha03"
implementation 'com.github.tibbi:RecyclerView-FastScroller:79d8271ba4'
implementation 'com.github.tibbi:RecyclerView-FastScroller:d8fe03c64a'
api 'com.github.tibbi:reprint:2f49ba01bb'
api 'androidx.core:core-ktx:1.6.0'

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/normal_margin" />
<solid android:color="@color/color_primary" />
</shape>

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fastscrollPopupTV"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:layout_marginEnd="@dimen/fastscroll_width"
android:background="@drawable/new_fastscroller_popup_background"
android:gravity="end"
android:padding="@dimen/activity_margin"
android:scaleX="0"
android:scaleY="0"
android:textSize="@dimen/bigger_text_size"
tools:text="A" />