updating commons

This commit is contained in:
tibbi 2022-02-05 10:12:26 +01:00
parent 953df16670
commit c452da3e2a
3 changed files with 2 additions and 5 deletions

View File

@ -61,6 +61,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:7e0240b1e3'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4d36cc84e9'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
}

View File

@ -1,3 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:pathData="M22 3H7C6.31 3 5.77 3.35 5.41 3.88l-5.04 7.57c-0.22 0.34-0.22 0.77 0 1.11l5.04 7.56C5.77 20.64 6.31 21 7 21h15c1.1 0 2-0.9 2-2V5c0-1.1-0.9-2-2-2zm-3.7 13.3c-0.39 0.39-1.02 0.39-1.41 0L14 13.41l-2.89 2.89c-0.39 0.39-1.02 0.39-1.41 0-0.39-0.39-0.39-1.02 0-1.41L12.59 12 9.7 9.11c-0.39-0.39-0.39-1.02 0-1.41 0.39-0.39 1.02-0.39 1.41 0L14 10.59l2.89-2.89c0.39-0.39 1.02-0.39 1.41 0 0.39 0.39 0.39 1.02 0 1.41L15.41 12l2.89 2.89c0.38 0.38 0.38 1.02 0 1.41z" android:fillColor="#FFFFFF"/>
</vector>

View File

@ -81,7 +81,7 @@
android:background="?attr/selectableItemBackgroundBorderless"
android:paddingStart="@dimen/activity_margin"
android:paddingEnd="@dimen/activity_margin"
android:src="@drawable/ic_backspace_vector"
android:src="@drawable/ic_clear_vector"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_input"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/dialpad_input" />