mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
remove dependecy on com.pnikosis:materialish-progress
This commit is contained in:
parent
1dad6ebf8a
commit
a68f3a7024
2 changed files with 6 additions and 7 deletions
|
@ -180,7 +180,6 @@ dependencies {
|
||||||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
||||||
annotationProcessor 'androidx.annotation:annotation:1.9.1'
|
annotationProcessor 'androidx.annotation:annotation:1.9.1'
|
||||||
implementation 'com.pnikosis:materialish-progress:1.5' // used only in the "Progress Wheel" in Share Activity.
|
|
||||||
implementation 'com.makeramen:roundedimageview:2.3.0' // crops the avatars to circles
|
implementation 'com.makeramen:roundedimageview:2.3.0' // crops the avatars to circles
|
||||||
implementation 'com.github.amulyakhare:TextDrawable:558677ea31' // number of unread messages,
|
implementation 'com.github.amulyakhare:TextDrawable:558677ea31' // number of unread messages,
|
||||||
// the one-letter circle for the contacts (when there is not avatar) and a white background.
|
// the one-letter circle for the contacts (when there is not avatar) and a white background.
|
||||||
|
|
|
@ -33,10 +33,10 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</androidx.appcompat.widget.Toolbar>
|
</androidx.appcompat.widget.Toolbar>
|
||||||
|
|
||||||
<com.pnikosis.materialishprogress.ProgressWheel android:id="@+id/progress_wheel"
|
<TextView
|
||||||
android:layout_width="70dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="70dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerInParent="true"
|
android:layout_centerInParent="true"
|
||||||
wheel:matProg_progressIndeterminate="true"
|
android:textSize="20sp"
|
||||||
android:visibility="visible" />
|
android:text="@string/one_moment" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue